Skip to content

Commit e9691b6

Browse files
committed
Switch for GPU breaking for this one
1 parent f1d5746 commit e9691b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/python-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
- name: Set up pipx if not present
3636
shell: bash
3737
run: |
38-
python3 -m pip install --upgrade pipx
38+
python3 -m pip install --break-system-packages --upgrade pipx
3939
python3 -m pipx ensurepath
4040
echo "$HOME/.local/bin" >> $GITHUB_PATH
4141

0 commit comments

Comments
 (0)