From 7ecfe39ebe7da8b4ee77d7ffb11898e99e994941 Mon Sep 17 00:00:00 2001 From: laggykiller Date: Thu, 21 Mar 2024 21:43:13 +0800 Subject: [PATCH] Fix build --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76f1054..74af6e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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