Skip to content

Commit

Permalink
Merge pull request #78 from lothian/ci_fix
Browse files Browse the repository at this point in the history
Trying avoid numpy2 problems.
  • Loading branch information
lothian authored Jun 18, 2024
2 parents 53f3fb1 + 13e8b63 commit 6918dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
conda list --show-channel-urls
hash -r
env
conda install psi4 python=${{ matrix.python-version }} -c conda-forge
conda install psi4 python=${{ matrix.python-version }} numpy=1 -c conda-forge
ls -l $CONDA
- name: Test Psi4 Python Loading
Expand Down

0 comments on commit 6918dc3

Please sign in to comment.