Skip to content

Commit

Permalink
bugfix: Returning to prevous versioning style after error message fro…
Browse files Browse the repository at this point in the history
…m CI...
  • Loading branch information
JuLieAlgebra committed Mar 10, 2024
1 parent c2892bd commit f9461be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
env:
PYTHON_VERSION: "3.10"
PIXI_VERSION: "v0.13.0"
SETUP_PIXI_VERSION: "v0.5.1"

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

- name: Install Pixi
uses: prefix-dev/setup-pixi@${{ env.SETUP_PIXI_VERSION }}
uses: prefix-dev/setup-pixi@v0.5.1
with:
pixi-version: ${{ env.PIXI_VERSION }}
cache: true
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
env:
PYTHON_VERSION: "3.10"
PIXI_VERSION: "v0.13.0"
SETUP_PIXI_VERSION: "v0.5.1"

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

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

0 comments on commit f9461be

Please sign in to comment.