Skip to content

Commit

Permalink
- fixed dependencies;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed Apr 28, 2024
1 parent 0fb7296 commit 482cf33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:

- name: install dependencies
run: |
python3 -m pip install pytest
python3 -m pip -vvv install --no-use-pep517 .
python3 -m pip install wheel setuptools pytest
python3 -m pip -vvv install .
- name: install Unix dependencies
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 482cf33

Please sign in to comment.