diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c48734c9..6a04e0c9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -58,7 +58,7 @@ jobs: pytest: "" - conda-env: qcore - python-version: 3.9 + python-version: 3.8 label: QCore runs-on: ubuntu-latest pytest: "" @@ -173,7 +173,7 @@ jobs: python -m pip install . --no-deps - name: QCEngineRecords - if: "(matrix.cfg.label != 'Psi4-1.6')" + if: "((matrix.cfg.label != 'Psi4-1.6') && (matrix.cfg.label != 'Psi4-1.5'))" run: | qcengine info export QCER_VER=`python -c "import qcengine.testing; print(qcengine.testing.QCENGINE_RECORDS_COMMIT)"`