Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Oct 25, 2023
1 parent f8e47cd commit b2ecc37
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ jobs:
label: Psi4-nightly
runs-on: ubuntu-latest

- conda-env: psi-cf
python-version: "3.12"
label: Psi4-cf
runs-on: ubuntu-latest

- conda-env: psi-cf
python-version: "3.12"
label: Psi4-cf
runs-on: windows-latest

- conda-env: torchani
python-version: 3.8
label: ANI
Expand Down
21 changes: 21 additions & 0 deletions devtools/conda-envs/psi-cf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: test
channels:
- conda-forge
- conda-forge/label/libint_dev
- psi4/label/testing
dependencies:
- psi4

# Core
- python
- pyyaml
- py-cpuinfo
- psutil
- qcelemental >=0.27.0
- pydantic>=1.10.13
- msgpack-python

# Testing
- pytest
- pytest-cov
- codecov

0 comments on commit b2ecc37

Please sign in to comment.