Skip to content

Commit

Permalink
update miniconda version in python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bohlinger committed Nov 1, 2024
1 parent 075b947 commit 1a4ca3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
env:
COVERALLS_REPO_TOKEN: xIILGI4RaHRkMSqLgZN8taBLNMaMNrBzD
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
environment-file: environment.yml
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: wheels
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: '3.10'
miniforge-version: latest
Expand Down

0 comments on commit 1a4ca3e

Please sign in to comment.