Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
ci: Fixes miniconda version install
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed May 21, 2024
1 parent 7649846 commit a8e8855
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/osx64_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: latest
auto-update-conda: false
activate-environment: rctGCS
environment-file: conda-osx-64-lock.yml
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: latest
auto-update-conda: false
activate-environment: rctGCS
environment-file: conda-linux-64-lock.yml
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/windows_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: latest
auto-update-conda: false
activate-environment: rctGCS
environment-file: conda-win-64-lock.yml
Expand Down

0 comments on commit a8e8855

Please sign in to comment.