Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Jun 4, 2024
1 parent a2a192e commit 65f6b0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
run: python -c "import sys; print(sys.version)"

- run: pip install -r requirements.txt
- run: pip test
- run: pip install -r requirements_dev.txt

- run: pip pytest

0 comments on commit 65f6b0f

Please sign in to comment.