Skip to content

Commit

Permalink
bump up miniconda version
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Apr 27, 2024
1 parent f1d9a83 commit 37c804d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
use-mamba: true
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
python: ["3.9", "3.10", "3.11", "3.12"]

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

- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 37c804d

Please sign in to comment.