Skip to content

Commit

Permalink
Do not call pixi when pixi is not installed
Browse files Browse the repository at this point in the history
Co-authored-by: Pavel Zwerschke <pavelzw@gmail.com>
  • Loading branch information
traversaro and pavelzw committed Apr 23, 2024
1 parent 53b3eb4 commit afe21b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pixi-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
if: github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.event.inputs.delete_pixi_lock == 'true')
shell: bash
run: |
rm -rf pixi.lock
pixi list
cat pixi.lock
rm pixi.lock
- name: Print used environment
shell: bash
Expand Down

0 comments on commit afe21b7

Please sign in to comment.