Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
make less tests
  • Loading branch information
kif authored Apr 17, 2024
1 parent f82e6ab commit 3a01911
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Install from sdist
run: pip install "$(ls dist/pyfai-*.tar.gz)"
- name: Run tests
env:
WITH_QT_TEST: "False" # To skip GUI tests
PYFAI_OPENCL: "False" # avoid GPU tests
run: python -c "import pyFAI.test, sys; sys.exit(pyFAI.test.run_tests())"

build_doc:
Expand Down Expand Up @@ -121,7 +124,8 @@ jobs:
# Skip tests for emulated architectures
# and Python3.8 on macos/arm64 (https://github.com/pypa/cibuildwheel/pull/1169)
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} cp38-macosx_arm64"

WITH_QT_TEST: "False" # To skip GUI tests
PYFAI_OPENCL: "False" # avoid GPU tests
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
Expand Down

0 comments on commit 3a01911

Please sign in to comment.