File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed
Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,24 @@ jobs:
4646 shell : bash -l {0}
4747 run : |
4848 pip install -e .[test]
49+ - name : Install Pixi
50+ uses :
prefix-dev/[email protected] 51+ with :
52+ run-install : false
4953 - name : Create environment with Pixi
5054 shell : bash -l {0}
5155 run : |
52- curl -fsSL https://pixi.sh/install.sh | sh
53- cd ~
54- ~/.pixi/bin/pixi init pixi-test
55- cd pixi-test
56- ~/.pixi/bin/pixi add python
56+ cd ~
57+ pixi init pixi-test
58+ cd pixi-test
59+ pixi add python
60+ # shell: bash -l {0}
61+ # run: |
62+ # curl -fsSL https://pixi.sh/install.sh | sh
63+ # cd ~
64+ # ~/.pixi/bin/pixi init pixi-test
65+ # cd pixi-test
66+ # ~/.pixi/bin/pixi add python
5767 - name : Show environment information
5868 shell : bash -l {0}
5969 run : |
You can’t perform that action at this time.
0 commit comments