Skip to content

Commit a20a224

Browse files
committed
temp: test pip error bypass
1 parent 1718792 commit a20a224

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 -U pip
20+
python -m pip install -U pip<24.0
2121
python -m pip install -r deployment/requirements.txt
2222
2323
- name: Check Astropy Librarian installation

0 commit comments

Comments
 (0)