Skip to content

Commit

Permalink
switch pixi path on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Aug 25, 2023
1 parent a74d676 commit d76fc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-proj-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Add pixi to PATH
shell: bash
run: |
echo "$HOME/LocalAppData/pixi/bin" >> $GITHUB_PATH
echo "$HOME/AppData/pixi/bin" >> $GITHUB_PATH
- name: Install build requirements
shell: bash
Expand Down

0 comments on commit d76fc96

Please sign in to comment.