File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,11 +43,14 @@ jobs:
4343 run : pip install build && python -m build --sdist && mv dist/*.tar.gz ghostly-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
Original file line number Diff line number Diff line change @@ -47,11 +47,14 @@ jobs:
4747 run : pip install build && python -m build --sdist && mv dist/*.tar.gz ghostly-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
Original file line number Diff line number Diff line change @@ -46,11 +46,14 @@ jobs:
4646 run : pip install build && python -m build --sdist && mv dist/*.tar.gz ghostly-source.tar.gz
4747 working-directory : ${{ github.workspace }}
4848 #
49- - name : Install rattler-build
50- uses : prefix-dev/rattler-build-action @v0.2.34
49+ - name : Install pixi
50+ uses : prefix-dev/setup-pixi @v0.9.4
5151 with :
52- tool-version : latest
53- build-args : --help
52+ run-install : false
53+ #
54+ - name : Install rattler-build
55+ shell : bash
56+ run : pixi global install rattler-build
5457 #
5558 - name : Write Python variant config
5659 shell : bash
You can’t perform that action at this time.
0 commit comments