Skip to content

Commit 75be8ff

Browse files
committed
test
1 parent c311e64 commit 75be8ff

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

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

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,22 @@ jobs:
4646
shell: bash -l {0}
4747
run: |
4848
pip install -e .[test]
49+
- name: Install Pixi
50+
uses: prefix-dev/[email protected]
4951
- name: Create environment with Pixi
5052
shell: bash -l {0}
5153
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
54+
cd ~
55+
pixi init pixi-test
56+
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
5765
- name: Show environment information
5866
shell: bash -l {0}
5967
run: |

0 commit comments

Comments
 (0)