Skip to content

Commit 69a2788

Browse files
committed
Fix python cache CI
1 parent 41a15bf commit 69a2788

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cmake_ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
python-version: '3.10'
1616
- name: Generate requirements.txt
1717
run: |
18-
pip install --upgrade pip
1918
pip install pip-tools
2019
pip-compile --all-build-deps python/finufft/pyproject.toml -o requirements.txt
2120
echo pytest >> requirements.txt

0 commit comments

Comments
 (0)