Skip to content

Commit

Permalink
Missing fi [add:q2-demux:4d0d6c4]
Browse files Browse the repository at this point in the history
  • Loading branch information
misialq committed May 22, 2024
1 parent 3c1aa90 commit 76448c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
if [[ $(yq '.repositories[].name' utilities/ci/repositories.yaml | grep -c $pkg_name) -eq 1 ]]; then
pkg_url=$(yq ".repositories[] | select(.name == \"$pkg_name\") | .url" utilities/ci/repositories.yaml | tr -d '"')
mamba run -n conda-env pip install "git+$pkg_url@$commit_hash"
fi
- name: Install plugin
run: |
Expand Down

0 comments on commit 76448c3

Please sign in to comment.