Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add espsim and resp #23732

Merged
merged 16 commits into from
Dec 18, 2023
Prev Previous commit
Next Next commit
Disable resp tests on windows
  • Loading branch information
hadim authored Dec 16, 2023
commit 39dd001219cce2fe77350ccc8977e94d84ab6f84
2 changes: 1 addition & 1 deletion recipes/resp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test:
commands:
- pip check
# Actually test
- python -c "import resp, sys; sys.exit(resp.test())"
- python -c "import resp, sys; sys.exit(resp.test())" # [unix]
- python -c "import psi4, resp; print('*** resp {} built successfully against Psi4 {}. Buy psinet a beer.'.format(resp.__version__, psi4.__version__))"
hadim marked this conversation as resolved.
Show resolved Hide resolved

about:
Expand Down