Skip to content

Commit

Permalink
Fix bug?
Browse files Browse the repository at this point in the history
  • Loading branch information
user202729 committed Jan 22, 2025
1 parent fc4d1a3 commit 99e9221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
export CC="ccache $CC"
export CXX="ccache $CXX"
# Use --no-deps and pip check below to verify that all necessary dependencies are installed via conda
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
- name: Verify dependencies
shell: bash -l {0}
Expand Down

0 comments on commit 99e9221

Please sign in to comment.