Skip to content

Commit 954382c

Browse files
authored
Remove pip upgrade line
1 parent 7e41598 commit 954382c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python-project-template/.github/workflows/{% if include_docs %}build-documentation.yml{% endif %}.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
sudo apt-get update
31-
python -m pip install --upgrade pip
3231
uv pip install --system -e .[dev]
3332
if [ -f requirements.txt ]; then uv pip install --system -r requirements.txt; fi
3433
{%- if include_notebooks %}

0 commit comments

Comments
 (0)