Skip to content

Commit 8fe9495

Browse files
removed another reference to test environment
1 parent fd65f6a commit 8fe9495

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/conda_test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ jobs:
1919
- uses: conda-incubator/setup-miniconda@v3
2020
with:
2121
auto-update-conda: true
22-
# activate-environment: test
2322
miniforge-version: latest
2423
python-version: ${{ matrix.pyver }}
25-
# auto-activate-base: false
2624
conda-remove-defaults: true
2725

2826
- name: Setup environment
@@ -53,10 +51,8 @@ jobs:
5351
- uses: conda-incubator/setup-miniconda@v3
5452
with:
5553
auto-update-conda: true
56-
activate-environment: test
5754
miniforge-version: latest
5855
python-version: "3.10"
59-
auto-activate-base: false
6056
conda-remove-defaults: true
6157
- name: Lint
6258
shell: bash -l {0}

0 commit comments

Comments
 (0)