Skip to content

Commit fd65f6a

Browse files
removed test environment name -- warnings ....
1 parent 74af6b0 commit fd65f6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conda_test.yml

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

2828
- name: Setup environment

0 commit comments

Comments
 (0)