Skip to content

Commit 4b1962d

Browse files
committed
test
1 parent c311e64 commit 4b1962d

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.github/workflows/linux-pip-tests.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)