Skip to content

Commit

Permalink
use as intended
Browse files Browse the repository at this point in the history
  • Loading branch information
melund committed Dec 6, 2023
1 parent 1700baf commit 53da716
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,10 @@ jobs:
continue-on-error: true
with:
cache: true
pixi-bin-path: ${{ runner.temp }}\Scripts\pixi.exe
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
post-cleanup: true

- name: try pixi-setup recover
if: steps.pixi.outcome != 'success'
run: |
Add-Content $env:GITHUB_PATH "$HOME/.pixi/bin"
& $HOME/.pixi/bin/pixi.exe install
- name: Run AMMR tests
run: |
cd Tests
Expand Down

0 comments on commit 53da716

Please sign in to comment.