Skip to content

Commit d376138

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ 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'
2124
- name: Install current library and dependencies
2225
run: |
23-
pip install -e .
26+
pip install --no-build-isolation -e .
2427
# - name: Lint with flake8
2528
# run: |
2629
# conda install flake8

0 commit comments

Comments
 (0)