There was an error while loading. Please reload this page.
1 parent fd65f6a commit 8fe9495Copy full SHA for 8fe9495
1 file changed
.github/workflows/conda_test.yml
@@ -19,10 +19,8 @@ jobs:
19
- uses: conda-incubator/setup-miniconda@v3
20
with:
21
auto-update-conda: true
22
-# activate-environment: test
23
miniforge-version: latest
24
python-version: ${{ matrix.pyver }}
25
-# auto-activate-base: false
26
conda-remove-defaults: true
27
28
- name: Setup environment
@@ -53,10 +51,8 @@ jobs:
53
51
54
52
55
56
- activate-environment: test
57
58
python-version: "3.10"
59
- auto-activate-base: false
60
61
- name: Lint
62
shell: bash -l {0}
0 commit comments