From a7f053a7b881e5cba091b787bdd6c8c4cb94b666 Mon Sep 17 00:00:00 2001 From: "Lori A. Burns" Date: Tue, 17 Sep 2024 12:31:08 -0400 Subject: [PATCH] fix CI lanes --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)"`