Skip to content

Commit

Permalink
master qcenginerecords
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Aug 1, 2023
1 parent c96af64 commit 5831134
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ jobs:
run: |
qcengine info
export QCER_VER=`python -c "import qcengine.testing; print(qcengine.testing.QCENGINE_RECORDS_COMMIT)"`
#pip install git+https://github.com/MolSSI/QCEngineRecords.git@${QCER_VER}#egg=qcenginerecords
pip install git+https://github.com/loriab/QCEngineRecords.git@${QCER_VER}
pip install git+https://github.com/MolSSI/QCEngineRecords.git@${QCER_VER}#egg=qcenginerecords
python -c "import qcengine; print(qcengine.config.global_repr())"
- name: PyTest
Expand Down
3 changes: 1 addition & 2 deletions devtools/conda-envs/adcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ dependencies:
- adcc>=0.15.7
- psi4=1.8.1
- conda-forge/label/libint_dev::libint
- blas=*=mkl # not needed but an example of disuading solver from openblas and old psi

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

# Testing
Expand Down
2 changes: 1 addition & 1 deletion qcengine/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import qcengine as qcng

QCENGINE_RECORDS_COMMIT = "17945e5"
QCENGINE_RECORDS_COMMIT = "0e2fdb4"


def _check_qcenginerecords(return_data=False):
Expand Down

0 comments on commit 5831134

Please sign in to comment.