Skip to content

Commit

Permalink
Merge pull request #76 from Ethanf1nk/main
Browse files Browse the repository at this point in the history
Fixing miniconda version issues for CI
  • Loading branch information
lothian authored Apr 30, 2024
2 parents b4232eb + bd8a63b commit 838fb74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ['3.11']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Additional info about the build
shell: bash
Expand All @@ -35,8 +35,9 @@ jobs:
ulimit -a
- name: Create Psi4 Environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
activate-environment: p4env
environment-file: devtools/conda-envs/psi.yaml
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 838fb74

Please sign in to comment.