Skip to content

Commit b21169a

Browse files
committed
Add note about not building wheel in CI step
1 parent 9ced0ca commit b21169a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,12 @@ jobs:
249249
pip install example_fgen_basic*
250250
python -c 'from example_fgen_basic.get_wavelength import get_wavelength_plain; print(get_wavelength_plain(23.4))'
251251
252+
# check-build-wheel
253+
# For now, decide not to do this as odds of breaking the build are low
254+
# (and we already implicitly test this when running the tests).
255+
# If we find we are breaking the wheel build inadvertently often,
256+
# we can always add this step in.
257+
252258
check-dependency-licences:
253259
strategy:
254260
matrix:

0 commit comments

Comments
 (0)