Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
framunoz authored May 7, 2024
1 parent 1b7a378 commit 0a86ea6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest
if exist requirements.txt (
pip install -r requirements.txt
)
if( exist requirements.txt ) ( pip install -r requirements.txt )
- name: Run tests
run: |
python -m pytest --durations=20 -v --doctest-modules --color=yes
Expand Down

0 comments on commit 0a86ea6

Please sign in to comment.