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 3fac7be commit 5600b3d
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -22,7 +22,7 @@ jobs:
matrix:
cfg:
- conda-env: psi
python-version: 3.7
python-version: 3.9
label: Psi4-1.5
runs-on: ubuntu-latest
pytest: ""
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
pytest: ""

- conda-env: qcore
python-version: 3.7
python-version: 3.9
label: QCore
runs-on: ubuntu-latest
pytest: ""
Expand Down
1 change: 1 addition & 0 deletions devtools/conda-envs/psi-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- qcelemental >=0.26.0
- pydantic>=2.0.0
- msgpack-python
- numpy=1

# Testing
- pytest
Expand Down
1 change: 1 addition & 0 deletions devtools/conda-envs/psi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- geometric
- intel-openmp!=2019.5
- pymdi
- numpy=1

# Core
- python
Expand Down

0 comments on commit 5600b3d

Please sign in to comment.