Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsrke committed Jan 19, 2024
1 parent 04491d3 commit fdd5d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
pip install pytest-cov
- name: Python dependencies
run: |
pip list
run: |
pip list
- name: Run tests
run: pytest --color=yes --durations=0 --verbose tests/

0 comments on commit fdd5d1e

Please sign in to comment.