We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c311e64 commit 75be8ffCopy full SHA for 75be8ff
.github/workflows/linux-pip-tests.yml
@@ -46,14 +46,22 @@ jobs:
46
shell: bash -l {0}
47
run: |
48
pip install -e .[test]
49
+ - name: Install Pixi
50
+ uses: prefix-dev/[email protected]
51
- name: Create environment with Pixi
52
53
- curl -fsSL https://pixi.sh/install.sh | sh
- cd ~
54
- ~/.pixi/bin/pixi init pixi-test
55
- cd pixi-test
56
- ~/.pixi/bin/pixi add python
+ cd ~
+ pixi init pixi-test
+ cd pixi-test
57
+ pixi add python
58
+ # shell: bash -l {0}
59
+ # run: |
60
+ # curl -fsSL https://pixi.sh/install.sh | sh
61
+ # cd ~
62
+ # ~/.pixi/bin/pixi init pixi-test
63
+ # cd pixi-test
64
+ # ~/.pixi/bin/pixi add python
65
- name: Show environment information
66
67
0 commit comments