Skip to content

Commit

Permalink
Fix Pixi setup in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
melund committed Dec 6, 2023
1 parent fb7b280 commit 45d9135
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create-compare-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@ jobs:

- uses: prefix-dev/[email protected]
with:
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
post-cleanup: true
pixi-bin-path: ${{ runner.temp }}/bin/pixi

- name: Store AMS Version
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
anybody-version-suffix: "Beta"

- uses: prefix-dev/[email protected]
continue-on-error: true
with:
post-cleanup: true
cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
connection-string: ${{ secrets.AZURE_CONN_STR }}

- uses: prefix-dev/[email protected]
continue-on-error: true
with:
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
post-cleanup: true

Expand Down

0 comments on commit 45d9135

Please sign in to comment.