We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6026eb9 commit b0f762aCopy full SHA for b0f762a
1 file changed
.github/workflows/build_wheels.yml
@@ -104,11 +104,6 @@ jobs:
104
python -m pip install --upgrade nox
105
python -m pip install cibuildwheel==2.16.2
106
python -m pip install setuptools==73.0.1
107
- - name: Run Nox Quick-Tests
108
- run: |
109
- python -m nox --sessions test_source clear_wheelhouse
110
- env:
111
- LOG_LEVEL: ${{ github.event.inputs.logLevel }}
112
- name: Build wheels
113
run: python -m nox --sessions clear_wheelhouse build_wheel test_wheel
114
# to supply options, put them in 'env', like:
0 commit comments