Skip to content

Commit

Permalink
try append to path
Browse files Browse the repository at this point in the history
  • Loading branch information
cisaacstern committed Sep 10, 2024
1 parent 184a87b commit 9e63c68
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ jobs:
with:
path: rattler-build/artifacts/ # this path is gitignored, so it won't be in the checkout, only the cache
key: ${{ runner.os }}-${{ needs.set-deps-hash.outputs.deps-hash }}
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.29.0
- name: Build artifacts
- name: Install pixi & rattler-build
if: steps.restore-cache.outputs.cache-hit != 'true'
run: |
curl -fsSL https://pixi.sh/install.sh | bash
echo "$HOME/.pixi/bin" >> $GITHUB_PATH
pixi global install rattler-build
- name: Build artifacts
if: steps.restore-cache.outputs.cache-hit != 'true'
run: |
bash rattler-build/build.sh
- name: Upload conda channel
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9e63c68

Please sign in to comment.