Skip to content

Commit

Permalink
CI: Upgrade setup pixi workflow action to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
JuLieAlgebra committed Mar 10, 2024
1 parent e66ac6f commit 5ca8421
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
env:
PYTHON_VERSION: "3.10"
PIXI_VERSION: "v0.13.0"
SETUP_PIXI_VERSION: "v0.5.1"

jobs:
deploy-docs:
Expand All @@ -27,9 +28,9 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install Pixi
uses: prefix-dev/setup-pixi@v0.4.3
uses: prefix-dev/setup-pixi@${{ env.SETUP_PIXI_VERSION }}
with:
pixi-version: ${{ env.PIXI_version }}
pixi-version: ${{ env.PIXI_VERSION }}
cache: true

- name: Install repository
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
env:
PYTHON_VERSION: "3.10"
PIXI_VERSION: "v0.13.0"
SETUP_PIXI_VERSION: "v0.5.1"

jobs:
Install-Informatics-Pipeline:
Expand All @@ -25,10 +26,10 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install Pixi
uses: prefix-dev/setup-pixi@v0.4.3
with:
uses: prefix-dev/setup-pixi@${{ env.SETUP_PIXI_VERSION }}
with:
pixi-version: ${{ env.PIXI_version }}
cache: false
cache: true

- name: Install repository
run: |
Expand Down

0 comments on commit 5ca8421

Please sign in to comment.