Skip to content

Commit b0f762a

Browse files
committed
removed source testing
1 parent 6026eb9 commit b0f762a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ jobs:
104104
python -m pip install --upgrade nox
105105
python -m pip install cibuildwheel==2.16.2
106106
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 }}
112107
- name: Build wheels
113108
run: python -m nox --sessions clear_wheelhouse build_wheel test_wheel
114109
# to supply options, put them in 'env', like:

0 commit comments

Comments
 (0)