Skip to content

Commit cf9e190

Browse files
committed
use released setup-miniconda
1 parent b9aa1ea commit cf9e190

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/job.lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
nodejs: '${{ matrix.nodejs }}'
3434

3535
- name: Set up Python and conda
36-
# uses: conda-incubator/setup-miniconda@v2
37-
uses: conda-incubator/setup-miniconda@16930e6
36+
uses: conda-incubator/setup-miniconda@v2
3837
with:
3938
python-version: ${{ matrix.python }}
4039
channel-priority: true

.github/workflows/job.test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ jobs:
7474
key: ${{ matrix.os }}-${{ matrix.python }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/github-actions.yml') }}
7575

7676
- name: Set up Python and conda
77-
# uses: conda-incubator/setup-miniconda@v2
78-
uses: conda-incubator/setup-miniconda@16930e6
77+
uses: conda-incubator/setup-miniconda@v2
7978
with:
8079
python-version: ${{ matrix.python }}
8180
channel-priority: true

0 commit comments

Comments
 (0)