Skip to content

Commit fc68a77

Browse files
author
julian
committed
Fix seutp-minicondav1 issue after github actions update
See conda-incubator/setup-miniconda#101 Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
1 parent 56bd692 commit fc68a77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- uses: actions/checkout@v2
54-
- uses: conda-incubator/setup-miniconda@v1
54+
- uses: conda-incubator/setup-miniconda@v2
5555
with:
5656
auto-update-conda: true
5757
python-version: ${{ matrix.python-version }}
@@ -76,7 +76,7 @@ jobs:
7676

7777
steps:
7878
- uses: actions/checkout@v2
79-
- uses: conda-incubator/setup-miniconda@v1
79+
- uses: conda-incubator/setup-miniconda@v2
8080
with:
8181
auto-update-conda: true
8282
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)