Skip to content

Commit 5148e2d

Browse files
committed
Use pixi install of rattler-build.
1 parent daf479c commit 5148e2d

3 files changed

Lines changed: 21 additions & 12 deletions

File tree

.github/workflows/devel.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,14 @@ jobs:
4343
run: pip install build && python -m build --sdist && mv dist/*.tar.gz loch-source.tar.gz
4444
working-directory: ${{ github.workspace }}
4545
#
46-
- name: Install rattler-build
47-
uses: prefix-dev/rattler-build-action@v0.2.34
46+
- name: Install pixi
47+
uses: prefix-dev/setup-pixi@v0.9.4
4848
with:
49-
tool-version: latest
50-
build-args: --help
49+
run-install: false
50+
#
51+
- name: Install rattler-build
52+
shell: bash
53+
run: pixi global install rattler-build
5154
#
5255
- name: Write Python variant config
5356
shell: bash

.github/workflows/main.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,14 @@ jobs:
4747
run: pip install build && python -m build --sdist && mv dist/*.tar.gz loch-source.tar.gz
4848
working-directory: ${{ github.workspace }}
4949
#
50-
- name: Install rattler-build
51-
uses: prefix-dev/rattler-build-action@v0.2.34
50+
- name: Install pixi
51+
uses: prefix-dev/setup-pixi@v0.9.4
5252
with:
53-
tool-version: latest
54-
build-args: --help
53+
run-install: false
54+
#
55+
- name: Install rattler-build
56+
shell: bash
57+
run: pixi global install rattler-build
5558
#
5659
- name: Write Python variant config
5760
shell: bash

.github/workflows/pr.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,14 @@ jobs:
4545
run: pip install build && python -m build --sdist && mv dist/*.tar.gz loch-source.tar.gz
4646
working-directory: ${{ github.workspace }}
4747
#
48-
- name: Install rattler-build
49-
uses: prefix-dev/rattler-build-action@v0.2.34
48+
- name: Install pixi
49+
uses: prefix-dev/setup-pixi@v0.9.4
5050
with:
51-
tool-version: latest
52-
build-args: --help
51+
run-install: false
52+
#
53+
- name: Install rattler-build
54+
shell: bash
55+
run: pixi global install rattler-build
5356
#
5457
- name: Write Python variant config
5558
shell: bash

0 commit comments

Comments
 (0)