Skip to content

Commit 6c273ec

Browse files
committed
remove alt option for better errors
1 parent 4cf9f58 commit 6c273ec

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/python_tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,7 @@ jobs:
4646
- name: Install dependencies
4747
run: |
4848
# Try to upgrade pip, setuptools, and wheel
49-
uv pip install --upgrade setuptools wheel || {
50-
echo "pip is broken or missing, reinstalling..."
51-
curl -sS https://bootstrap.pypa.io/get-pip.py -o get-pip.py
52-
python get-pip.py
53-
rm -f get-pip.py
54-
uv pip install --upgrade setuptools wheel
55-
}
49+
uv pip install --upgrade setuptools wheel
5650
uv pip install -r requirements_test.txt
5751
uv pip list --outdated
5852
- run: make git

0 commit comments

Comments
 (0)