Skip to content

Commit

Permalink
debug: add pixi actions example from webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
fangohr committed Dec 17, 2024
1 parent a5e5ced commit 9586bba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
run: |
pytest --version
# - name: Install pixi
# uses: prefix-dev/[email protected]
# with:
# pixi-version: v0.39.2
# cache: true
# # auth-host: prefix.dev
# # auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
# run: pixi --version
- name: Install pixi
uses: prefix-dev/[email protected]
with:
pixi-version: v0.39.2
cache: true
auth-host: prefix.dev
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
run: pixi --version
# - name: build all
# run: |
# pixi run clean
Expand Down

0 comments on commit 9586bba

Please sign in to comment.