Skip to content

Commit

Permalink
fix tests.yaml (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
pipliggins committed Apr 29, 2024
1 parent e3e8710 commit c5c9ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: "3.11"
- name: Install dependencies
run: |
run: python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements.txt
- name: Test with pytest
run: |
python3 -m pytest --cov
Expand Down

0 comments on commit c5c9ba5

Please sign in to comment.