Skip to content

Commit 074d279

Browse files
committed
add pixi path in workflow
1 parent 9c72e31 commit 074d279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_pixi_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install pixi
4040
run: |
4141
curl -fsSL https://pixi.sh/install.sh | bash
42-
source ~/.bashrc
42+
echo "$HOME/.pixi/bin" >> $GITHUB_PATH
4343
- name: Test with pixi and pytest
4444
run: |
4545
pixi run python -m pytest

0 commit comments

Comments
 (0)