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 6fe168e commit 4a907fcCopy full SHA for 4a907fc
.github/workflows/ci.yml
@@ -21,20 +21,20 @@ jobs:
21
strategy:
22
matrix:
23
CONDA_PY:
24
- - 3.7
25
- - 3.8
26
- - 3.9
+ - 3.12
+ - 3.11
+ - 3.10
27
28
steps:
29
- uses: actions/checkout@v2
30
- uses: actions/setup-python@v2
31
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: conda-incubator/setup-miniconda@v3
32
with:
33
auto-update-conda: true
34
python-version: ${{ matrix.CONDA_PY }}
35
environment-file: binder/environment.yml
36
activate-environment: ops-tutorial
37
- miniforge-variant: Mambaforge
+ miniforge-version: latest
38
- name: "Install testing tools"
39
run: python -m pip install pytest nbval
40
- name: "Conda info"
0 commit comments