We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bc9ec commit 8ae1611Copy full SHA for 8ae1611
.github/workflows/testing_wheels.yml
@@ -73,18 +73,15 @@ jobs:
73
if: ${{ matrix.os == 'ubuntu-20.04' }}
74
run: echo $PATH
75
76
- - name: Third check
77
- if: ${{ matrix.os == 'ubuntu-20.04' }}
78
- env:
79
- CIBW_ENVIRONMENT: PATH=$PATH
80
-
81
- name: Install cibuildwheel and twine
82
run: python -m pip install cibuildwheel==1.11.0
83
84
- name: Run C++ tests
85
run: bash build_tools/test_libs.sh
86
87
- name: Build wheels
+ env:
+ CIBW_ENVIRONMENT: PATH=$PATH
88
run: python -m cibuildwheel --output-dir wheelhouse
89
90
- uses: actions/upload-artifact@v2
0 commit comments