Skip to content

Commit

Permalink
cache enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantikabanik committed Oct 24, 2024
1 parent 426d3c7 commit 0430a2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
uses: prefix-dev/[email protected]
with:
pixi-version: v0.34.0
cache: false
add-paths: pixi.lock
cache: true
activate-environment: true
- name: Run pixi
run: pixi list
run: |
pixi run
# uses: conda-incubator/setup-miniconda@master
# with:
# miniforge-variant: Miniforge3
Expand Down

0 comments on commit 0430a2c

Please sign in to comment.