Skip to content

Commit

Permalink
Install deps in check_and_fix using pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Mar 21, 2024
1 parent bf2dee1 commit 9cb2e09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:

- name: Test sdist
run: |
python -m pip install dist/rlottie_python-*.tar.gz
pip install pytest Pillow &&
python -m pip install dist/rlottie_python-*.tar.gz[full,test]
pytest
- uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -112,7 +111,7 @@ jobs:

- name: abi3audit
run: |
pip install abi3audit &&
pip install abi3audit
abi3audit $(ls ./wheelhouse/*.whl) --debug --verbose
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9cb2e09

Please sign in to comment.