Skip to content

Commit

Permalink
fix CI lanes
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Sep 17, 2024
1 parent 5600b3d commit a7f053a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pytest: ""

- conda-env: qcore
python-version: 3.9
python-version: 3.8
label: QCore
runs-on: ubuntu-latest
pytest: ""
Expand Down Expand Up @@ -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)"`
Expand Down

0 comments on commit a7f053a

Please sign in to comment.