Skip to content

Commit

Permalink
fix qcore and adcc CI (#394)
Browse files Browse the repository at this point in the history
* Update qcore.yaml

* Update adcc.yaml

* Update adcc.yaml
  • Loading branch information
loriab authored Jan 5, 2023
1 parent c68b547 commit 1887e71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devtools/conda-envs/adcc.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: test
channels:
- adcc
#- adcc
- defaults
- psi4/label/dev
- conda-forge
dependencies:
- adcc>=0.15.7
- conda-forge::adcc>=0.15.7
- psi4
- blas=*=mkl # not needed but an example of disuading solver from openblas and old psi
- intel-openmp!=2019.5
Expand Down
1 change: 1 addition & 0 deletions devtools/conda-envs/qcore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- psutil
- qcelemental >=0.24
- pydantic >=0.30.1
- tbb<2021

# Testing
- pytest
Expand Down

0 comments on commit 1887e71

Please sign in to comment.