Skip to content

Commit

Permalink
Newer conda-incubator version
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed May 6, 2024
1 parent 45c20b4 commit 07c804e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ jobs:
uses: actions/checkout@v4

- name: Set up conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
auto-update-conda: true
activate-environment: conda-environment
miniconda-version: "latest"
environment-file: .github/environment.yml

- name: Install package
Expand Down

0 comments on commit 07c804e

Please sign in to comment.