Skip to content

Commit 001e1c9

Browse files
authored
Update python-package-conda.yml
1 parent d376138 commit 001e1c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
run: |
1919
# $CONDA is an environment variable pointing to the root of the miniconda directory
2020
echo $CONDA/bin >> $GITHUB_PATH
21-
- name: Pre-install numpy (build dependency)
22-
run: |
23-
pip install 'numpy>=1.19.5'
21+
- name: Pre-install numpy
22+
run: conda install numpy=1.26.4 -y
2423
- name: Install current library and dependencies
2524
run: |
2625
pip install --no-build-isolation -e .

0 commit comments

Comments
 (0)