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 2fc716a commit 5e1ddc4Copy full SHA for 5e1ddc4
.github/workflows/ci-build.yaml
@@ -9,9 +9,8 @@ jobs:
9
uses: actions/checkout@v2
10
11
- name: Setup Conda Environment
12
- uses: conda-incubator/setup-miniconda@v2
+ uses: conda-incubator/setup-miniconda@v3
13
with:
14
- miniconda-version: "latest"
15
mamba-version: "*"
16
environment-file: binder/environment.yml
17
activate-environment: dask-tutorial
0 commit comments