File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 33
33
nodejs : ' ${{ matrix.nodejs }}'
34
34
35
35
- 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
38
37
with :
39
38
python-version : ${{ matrix.python }}
40
39
channel-priority : true
Original file line number Diff line number Diff line change 74
74
key : ${{ matrix.os }}-${{ matrix.python }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/github-actions.yml') }}
75
75
76
76
- 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
79
78
with :
80
79
python-version : ${{ matrix.python }}
81
80
channel-priority : true
You can’t perform that action at this time.
0 commit comments