We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a15bf commit 69a2788Copy full SHA for 69a2788
.github/workflows/cmake_ci.yml
@@ -15,7 +15,6 @@ jobs:
15
python-version: '3.10'
16
- name: Generate requirements.txt
17
run: |
18
- pip install --upgrade pip
19
pip install pip-tools
20
pip-compile --all-build-deps python/finufft/pyproject.toml -o requirements.txt
21
echo pytest >> requirements.txt
0 commit comments