We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ca315 commit 835c40aCopy full SHA for 835c40a
.github/workflows/ci.yaml
@@ -57,7 +57,6 @@ jobs:
57
echo "MESON_SETUP_ARGS=-Dc_args=-I${PY_INC} -Dc_link_args=-L${CONDA_PREFIX}/lib" >> $GITHUB_ENV
58
59
- name: Install numcodecs
60
- if: startsWith(matrix.platform, 'ubuntu')
61
run: |
62
if [[ "${{ startsWith(matrix.platform, 'ubuntu') }}" == "true" ]]; then
63
# TODO: Remove this conditional when pcodec supports Python 3.14
0 commit comments