Skip to content

Commit 62b1126

Browse files
committed
[DEVOPS-584] update setup-pixi action and pix version
1 parent d2b5118 commit 62b1126

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/reusable-python-setup_pixi/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ runs:
2525
id: full-python-version
2626
shell: bash
2727
run: echo "version=$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")" >> $GITHUB_OUTPUT
28-
- uses: prefix-dev/setup-pixi@v0.8.1
28+
- uses: prefix-dev/setup-pixi@v0.9.0
2929
with:
30-
pixi-version: v0.39.2
30+
pixi-version: v0.54.1
3131
cache: true
3232
frozen: true
3333
env:

.github/workflows/reusable-python-build_pixi_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ jobs:
9090
uses: actions/setup-python@v5
9191
with:
9292
python-version: ${{ inputs.python-version }}
93-
- uses: prefix-dev/setup-pixi@v0.8.1
93+
- uses: prefix-dev/setup-pixi@v0.9.0
9494
with:
95-
pixi-version: v0.39.2
95+
pixi-version: v0.54.1
9696
cache: false
9797
frozen: true
9898
- name: Hatch build

0 commit comments

Comments
 (0)