Skip to content

Commit 9b08dc5

Browse files
committed
Address setup-miniconda warnings
1 parent c624187 commit 9b08dc5

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.github/workflows/linux-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ jobs:
3737
with:
3838
activate-environment: test
3939
auto-update-conda: false
40-
auto-activate-base: false
40+
auto-activate: false
4141
python-version: ${{ matrix.PYTHON_VERSION }}
4242
channels: conda-forge
4343
channel-priority: strict
44+
conda-remove-defaults: true
4445
- name: Install dependencies
4546
shell: bash -l {0}
4647
run: conda env update --file requirements/environment_tests_${{ matrix.QT_BINDING }}_${{ matrix.QT_BINDING_VERSION }}.yml
@@ -100,10 +101,11 @@ jobs:
100101
with:
101102
activate-environment: test
102103
auto-update-conda: false
103-
auto-activate-base: false
104+
auto-activate: false
104105
python-version: ${{ matrix.PYTHON_VERSION }}
105106
channels: conda-forge
106107
channel-priority: strict
108+
conda-remove-defaults: true
107109
- name: Install dependencies
108110
shell: bash -l {0}
109111
run: conda env update --file requirements/environment_tests_${{ matrix.QT_BINDING }}_${{ matrix.QT_BINDING_VERSION }}.yml

.github/workflows/macos-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ jobs:
3333
with:
3434
activate-environment: test
3535
auto-update-conda: false
36-
auto-activate-base: false
36+
auto-activate: false
3737
python-version: ${{ matrix.PYTHON_VERSION }}
3838
channels: conda-forge
3939
channel-priority: strict
40+
conda-remove-defaults: true
4041
- name: Install package dependencies
4142
shell: bash -l {0}
4243
run: conda env update --file requirements/environment_tests_${{ matrix.QT_BINDING }}_${{ matrix.QT_BINDING_VERSION }}.yml
@@ -85,10 +86,11 @@ jobs:
8586
with:
8687
activate-environment: test
8788
auto-update-conda: false
88-
auto-activate-base: false
89+
auto-activate: false
8990
python-version: ${{ matrix.PYTHON_VERSION }}
9091
channels: conda-forge
9192
channel-priority: strict
93+
conda-remove-defaults: true
9294
- name: Install package dependencies
9395
shell: bash -l {0}
9496
run: conda env update --file requirements/environment_tests_${{ matrix.QT_BINDING }}_${{ matrix.QT_BINDING_VERSION }}.yml

.github/workflows/windows-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ jobs:
3333
with:
3434
activate-environment: test
3535
auto-update-conda: false
36-
auto-activate-base: false
36+
auto-activate: false
3737
python-version: ${{ matrix.PYTHON_VERSION }}
3838
channels: conda-forge
3939
channel-priority: strict
40+
conda-remove-defaults: true
4041
- name: Install package dependencies
4142
shell: bash -l {0}
4243
run: conda env update --file requirements/environment_tests_${{ matrix.QT_BINDING }}_${{ matrix.QT_BINDING_VERSION }}.yml
@@ -85,10 +86,11 @@ jobs:
8586
with:
8687
activate-environment: test
8788
auto-update-conda: false
88-
auto-activate-base: false
89+
auto-activate: false
8990
python-version: ${{ matrix.PYTHON_VERSION }}
9091
channels: conda-forge
9192
channel-priority: strict
93+
conda-remove-defaults: true
9294
- name: Install package dependencies
9395
shell: bash -l {0}
9496
run: conda env update --file requirements/environment_tests_${{ matrix.QT_BINDING }}_${{ matrix.QT_BINDING_VERSION }}.yml

0 commit comments

Comments
 (0)