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 7c5dfad commit e91da07Copy full SHA for e91da07
.github/workflows/ci.yaml
@@ -21,11 +21,10 @@ jobs:
21
steps:
22
- uses: actions/checkout@v2
23
- name: Set up Python ${{ matrix.python-version }} (Miniconda)
24
- uses: goanpeca/setup-miniconda@v1
+ uses: conda-incubator/setup-miniconda@v2
25
with:
26
auto-update-conda: true
27
python-version: ${{ matrix.python-version }}
28
- channels: conda-forge
29
30
- name: Conda install dependencies
31
run: |
0 commit comments