Skip to content

Commit

Permalink
try again adcc
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Aug 1, 2023
1 parent 276c825 commit ae518d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ jobs:
run: |
qcore --accept-license
- name: Special Config - QCElemental Dep
if: (matrix.cfg.label == 'ADCC')
run: |
conda remove qcelemental --force
python -m pip install qcelemental>=0.26.0 --no-deps
# note: conda remove --force, not mamba remove --force b/c https://github.com/mamba-org/mamba/issues/412
# alt. is micromamba but not yet ready for setup-miniconda https://github.com/conda-incubator/setup-miniconda/issues/75
- name: Special Config - QCEngine Dep
Expand Down
11 changes: 4 additions & 7 deletions devtools/conda-envs/adcc.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
name: test
channels:
#- adcc
- psi4/label/dev
- conda-forge
- defaults
- nodefaults
dependencies:
- conda-forge::adcc>=0.15.7
- psi4
- blas=*=mkl # not needed but an example of disuading solver from openblas and old psi
- adcc>=0.15.7
- psi4>=1.8.1

# Core
- python
- pyyaml
- py-cpuinfo
- psutil
- qcelemental >=0.26.0
- qcelemental >=0.24.0
- pydantic>=2
- msgpack-python

Expand Down

0 comments on commit ae518d5

Please sign in to comment.