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 d376138 commit 001e1c9Copy full SHA for 001e1c9
.github/workflows/python-package-conda.yml
@@ -18,9 +18,8 @@ jobs:
18
run: |
19
# $CONDA is an environment variable pointing to the root of the miniconda directory
20
echo $CONDA/bin >> $GITHUB_PATH
21
- - name: Pre-install numpy (build dependency)
22
- run: |
23
- pip install 'numpy>=1.19.5'
+ - name: Pre-install numpy
+ run: conda install numpy=1.26.4 -y
24
- name: Install current library and dependencies
25
26
pip install --no-build-isolation -e .
0 commit comments