Skip to content

Commit

Permalink
Update pythons-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joknarf authored Jul 4, 2024
1 parent 41984f1 commit dcfe9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythons-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install -r requirements.txt
run: pip install pytest
- name: Run tests and collect coverage
run: pytest

0 comments on commit dcfe9d8

Please sign in to comment.