You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Will be tagged as not python specific by our setup.py. inputs.cibw_py_ver only controls the version used at build time. Could also use `*`, then cibuildwheel would build with the oldest supported version, and walk through the others but skip because a compatible wheel is around already.
# Test through cibuildwheel harness for simplicity
98
+
# If we want to test on another version of the runner in the future, a new job would be needed
99
+
# Also, install test dependencies from the system. Assumably, CIBW_TEST_REQUIRES would try to install them from PyPI, which won't work with our exotic platforms.
Copy file name to clipboardExpand all lines: .github/workflows/conda.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ on:
15
15
default: 'latest'
16
16
type: string
17
17
new_only:
18
-
# only with package == "raw", ignored otherwise (actually the default should be false in that case, but I don't know if GH supports dynamic defaults depending on other inputs)
18
+
# only with package == "raw", ignored otherwise (actually the default should be false in that case, but don't know if GH supports dynamic defaults depending on other inputs)
0 commit comments