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 9ced0ca commit b21169aCopy full SHA for b21169a
.github/workflows/ci.yaml
@@ -249,6 +249,12 @@ jobs:
249
pip install example_fgen_basic*
250
python -c 'from example_fgen_basic.get_wavelength import get_wavelength_plain; print(get_wavelength_plain(23.4))'
251
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
+
258
check-dependency-licences:
259
strategy:
260
matrix:
0 commit comments