Skip to content

Commit

Permalink
added pytest in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakms221 committed Feb 9, 2024
1 parent 64097d8 commit 564d773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
python -m pip install --upgrade pip
pip install pdm
pdm config python.use_venv true
pdm install
pdm install -d
# Run tests with pytest
- run:
name: Run tests
command: pdm run pytest
command: pdm run pytest source/tests

# Run Flake8 for linting
- run:
Expand Down

0 comments on commit 564d773

Please sign in to comment.