Skip to content

Commit 0435144

Browse files
authored
Merge pull request #9 from CrawfordGroup/ci_fix
Add workaround for numpy 2 to CI.
2 parents 49defb2 + fdff7d8 commit 0435144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
conda list --show-channel-urls
5050
hash -r
5151
env
52-
conda install psi4 python=${{ matrix.python-version }} -c conda-forge
52+
conda install psi4 python=${{ matrix.python-version }} numpy=1 -c conda-forge
5353
ls -l $CONDA
5454
5555
- name: Test Psi4 Python Loading

0 commit comments

Comments
 (0)