diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 5bc1234..b54e487 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -51,7 +51,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist + args: --out dist sccache: 'true' manylinux: auto @@ -60,6 +60,7 @@ jobs: with: name: wheels-linux-${{ matrix.platform.target }} path: dist + - name: pytest if: ${{ startsWith(matrix.platform.target, 'x86_64') }} shell: bash @@ -70,6 +71,7 @@ jobs: pip install roaring_landmask --no-index --find-links dist --force-reinstall pip install pytest pytest-benchmark numpy shapely pytest + - name: pytest if: ${{ !startsWith(matrix.platform.target, 'x86') && matrix.platform.target != 'ppc64' }} uses: uraimo/run-on-arch-action@v2