Skip to content

Commit

Permalink
CI: Install example pip deps into the correct pixi env (rerun-io#5943)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Apr 12, 2024
1 parent 834ec49 commit 9b8172d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_build_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install example dependencies
shell: bash
run: |
pixi run pip install \
pixi run -e wheel-test pip install \
-r scripts/ci/requirements-examples-${{ inputs.CHANNEL }}.txt \
--no-input
Expand Down

0 comments on commit 9b8172d

Please sign in to comment.