Skip to content

Commit c34833e

Browse files
authored
reorder in ci.yaml
testing to remove the bug in the action on macos-latest
1 parent 44f73c6 commit c34833e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ jobs:
4141
python-version: ${{ matrix.python-version }}
4242
environment-file: devtools/conda-envs/test_env.yaml
4343
channels: conda-forge,defaults
44-
44+
auto-activate-base: false
4545
activate-environment: test
4646
auto-update-conda: true
47-
auto-activate-base: false
4847
show-channel-urls: true
4948

5049
- name: Install package

0 commit comments

Comments
 (0)