Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HippoProgrammer committed Jun 30, 2024
1 parent c636a7f commit a2cfb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pytest
python -m pip install requirements.txt
python -m pip install -r requirements.txt
- name: Test with pytest
run: |
python tests.py

0 comments on commit a2cfb8c

Please sign in to comment.