Skip to content

Commit

Permalink
ok, psi4
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Mar 21, 2024
1 parent 062f444 commit 9639e43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@ jobs:
- pytest-cov
- codecov
# Testing CMS
- nwchem
- networkx
- psi4
#- nwchem # lands on different he4 soln
#- networkx
EOF
if [[ "${{ runner.os }}" == "Linux" ]]; then
:
if [[ "${{ matrix.cfg.label }}" == "Py-min" ]]; then
sed -i "s;pydantic;pydantic=1;g" export.yaml
sed -i "s;- psi4;#- psi4;g" export.yaml
sed -i "s;- nwchem;#- nwchem;g" export.yaml
sed -i "s;- networkx;#- networkx;g" export.yaml
fi
Expand Down

0 comments on commit 9639e43

Please sign in to comment.