Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Sep 7, 2023
1 parent 11ab424 commit a9b9bcc
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:
test -f .pixi/env/bin/python
./.pixi/env/bin/python --version | grep -q 3.11
no-run-install-2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Move pixi.toml
run: mv test/default/* .
- uses: ./
with:
run-install: false
- run: |
pixi install -vv
# no-run-install-2:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Move pixi.toml
# run: mv test/default/* .
# - uses: ./
# with:
# run-install: false
# - run: |
# pixi install -vv

no-run-install:
runs-on: ubuntu-latest
Expand All @@ -52,7 +52,7 @@ jobs:
run: mv test/default/* .
- uses: ./
with:
pixi-version: 0.1.0
pixi-version: v0.1.0
- run: pixi --version | grep -q "pixi 0.1.0"

custom-pixi-url:
Expand All @@ -64,6 +64,8 @@ jobs:
- uses: ./
with:
pixi-url: https://github.com/prefix-dev/pixi/releases/download/v0.0.8/pixi-aarch64-unknown-linux-musl
- run: cat ~/.pixi/bin/pixi
if: always()
- run: pixi --version | grep -q "pixi 0.0.8"

custom-manifest-path:
Expand Down

0 comments on commit a9b9bcc

Please sign in to comment.