We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc395f1 commit 34c4f49Copy full SHA for 34c4f49
.github/workflows/pythonpackage.yml
@@ -58,6 +58,7 @@ jobs:
58
- uses: actions/checkout@v2
59
- uses: conda-incubator/setup-miniconda@v2
60
with:
61
+ miniconda-version: "latest"
62
activate-environment: deptest-${{ matrix.python-version }}
63
python-version: ${{ matrix.python-version }}
64
channels: conda-forge
0 commit comments