Skip to content

Commit

Permalink
Upgrade CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kp992 committed Jun 8, 2024
1 parent 85c06b5 commit 7527f9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ jobs:
key:
${{ runner.os }}-${{ matrix.python-version }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }}

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
miniforge-version: latest
environment-file: environment.yml
python-version: ${{ matrix.python-version }}
auto-activate-base: false
use-only-tar-bz2: true
activate-environment: qe

- name: Conda info
shell: bash -l {0}
Expand Down

0 comments on commit 7527f9d

Please sign in to comment.