We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf9f58 commit 6c273ecCopy full SHA for 6c273ec
.github/workflows/python_tests.yml
@@ -46,13 +46,7 @@ jobs:
46
- name: Install dependencies
47
run: |
48
# 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
- }
+ uv pip install --upgrade setuptools wheel
56
uv pip install -r requirements_test.txt
57
uv pip list --outdated
58
- run: make git
0 commit comments