Skip to content

Commit

Permalink
Skip slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Aug 22, 2023
1 parent 26816b5 commit f851d51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.12.3
env:
CIBW_ENVIRONMENT: BOOST_INCLUDE=${{ env.BOOST_INCLUDE }}
CIBW_ENVIRONMENT: BOOST_INCLUDE=${{ env.BOOST_INCLUDE }} CT_SKIP_SLOW=1
CIBW_BUILD: cp${{ matrix.py }}-${{ matrix.libc }}linux*
CIBW_ARCHS: ${{ matrix.arch }}
# cibuildwheel on Linux uses a Docker container to run the build, so
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.12.3
env:
CIBW_ENVIRONMENT: BOOST_INCLUDE=${BOOST_ROOT}
CIBW_ENVIRONMENT: BOOST_INCLUDE=${BOOST_ROOT} CT_SKIP_SLOW=1
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD: cp${{ matrix.py }}-*
CIBW_TEST_COMMAND: pytest ${{ runner.temp }}/test/python
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.12.3
env:
CIBW_ENVIRONMENT: BOOST_INCLUDE="$(brew --prefix)/include" RUNNER_TEMP=${{ runner.temp }}
CIBW_ENVIRONMENT: BOOST_INCLUDE="$(brew --prefix)/include" RUNNER_TEMP=${{ runner.temp }} CT_SKIP_SLOW=1
CIBW_BUILD: cp${{ matrix.py }}-*
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
# Testing won't be available for macOS ARM until native ARM runners are available.
Expand Down

0 comments on commit f851d51

Please sign in to comment.