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 fc4d1a3 commit 99e9221Copy full SHA for 99e9221
.github/workflows/ci-meson.yml
@@ -71,7 +71,7 @@ jobs:
71
export CC="ccache $CC"
72
export CXX="ccache $CXX"
73
# Use --no-deps and pip check below to verify that all necessary dependencies are installed via conda
74
- pip install --no-build-isolation --no-deps --config-settings=builddir=builddir ${{ matrix.editable == 'true' && '--editable' || '' }} . -v
+ pip install --no-build-isolation --no-deps --config-settings=builddir=builddir ${{ matrix.editable && '--editable' || '' }} . -v
75
76
- name: Verify dependencies
77
shell: bash -l {0}
0 commit comments