Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Mar 21, 2024
1 parent 9788231 commit 7ecfe39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:

- name: Test sdist
run: |
python -m pip install dist/apngasm_python-*.tar.gz[full,test]
python -m pip install dist/apngasm_python-*.tar.gz
pip install pytest numpy Pillow
pytest
- uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -128,7 +129,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 7ecfe39

Please sign in to comment.