Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
z80dev committed Oct 26, 2023
1 parent 631ce64 commit e5908e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
# If you have a requirements.txt file
# pip install -r requirements.txt
pip install .
- name: Run pytest
run: pytest

0 comments on commit e5908e2

Please sign in to comment.