Skip to content

Commit 8ae1611

Browse files
jumping YAML hoops
1 parent d0bc9ec commit 8ae1611

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/testing_wheels.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,15 @@ jobs:
7373
if: ${{ matrix.os == 'ubuntu-20.04' }}
7474
run: echo $PATH
7575

76-
- name: Third check
77-
if: ${{ matrix.os == 'ubuntu-20.04' }}
78-
env:
79-
CIBW_ENVIRONMENT: PATH=$PATH
80-
8176
- name: Install cibuildwheel and twine
8277
run: python -m pip install cibuildwheel==1.11.0
8378

8479
- name: Run C++ tests
8580
run: bash build_tools/test_libs.sh
8681

8782
- name: Build wheels
83+
env:
84+
CIBW_ENVIRONMENT: PATH=$PATH
8885
run: python -m cibuildwheel --output-dir wheelhouse
8986

9087
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)