Skip to content

Commit 34c4f49

Browse files
committed
[actions] specify miniconda-version
1 parent dc395f1 commit 34c4f49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- uses: actions/checkout@v2
5959
- uses: conda-incubator/setup-miniconda@v2
6060
with:
61+
miniconda-version: "latest"
6162
activate-environment: deptest-${{ matrix.python-version }}
6263
python-version: ${{ matrix.python-version }}
6364
channels: conda-forge

0 commit comments

Comments
 (0)