Skip to content

Commit 0d03e51

Browse files
committed
remove pip pin
1 parent b89485e commit 0d03e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testdeploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Install Python dependencies
1919
run: |
20-
python -m pip install pip==23.3.2
20+
python -m pip install -U pip
2121
python -m pip install -r deployment/requirements.txt
2222
2323
- name: Check Astropy Librarian installation

0 commit comments

Comments
 (0)