Skip to content

Commit 99e9221

Browse files
committed
Fix bug?
1 parent fc4d1a3 commit 99e9221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
export CC="ccache $CC"
7272
export CXX="ccache $CXX"
7373
# 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
74+
pip install --no-build-isolation --no-deps --config-settings=builddir=builddir ${{ matrix.editable && '--editable' || '' }} . -v
7575
7676
- name: Verify dependencies
7777
shell: bash -l {0}

0 commit comments

Comments
 (0)