Skip to content

Commit

Permalink
CI Fix installing built package
Browse files Browse the repository at this point in the history
  • Loading branch information
tcevaer committed Sep 10, 2024
1 parent dd0b8c7 commit 65b701e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
eval "$(micromamba shell hook --shell bash)"
micromamba activate grdwind_env
conda install --use-local grdwindinversion -n grdwind_env -y
conda install --use-local grdwindinversion -y
# Cache the test data if previously downloaded (up to 10 GB limit for the cache)
- name: Cache test data
Expand Down

0 comments on commit 65b701e

Please sign in to comment.