Skip to content

Commit bb33d5f

Browse files
committed
Remove -U
1 parent 567e025 commit bb33d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: pip stuff
8686
shell: bash -l {0}
8787
run: |
88-
sage -pip install -r requirements.txt -U
88+
sage -pip install -r requirements.txt
8989
pip install pyflakes pylint pycodestyle ruff
9090
9191
- name: checking that we didn't miss any test files

0 commit comments

Comments
 (0)