Skip to content

Commit

Permalink
pip install -r requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre authored Nov 20, 2024
1 parent 6a1d98e commit d8b381d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test with pytest
run: |
pytest -vv .

0 comments on commit d8b381d

Please sign in to comment.