Skip to content

Commit 866616c

Browse files
committed
🚧 get environment to be activated
1 parent 6736e37 commit 866616c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cdci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,15 @@ jobs:
149149
# python-version: ${{ matrix.python-version }}
150150
- uses: conda-incubator/setup-miniconda@v3
151151
with:
152-
auto-update-conda: true
153152
python-version: ${{ matrix.python-version }}
154153
activate-environment: "test"
154+
auto-activate-base: true
155+
auto-update-conda: true
155156
- name: Install VueGen GUI and pyinstaller
156157
run: |
157158
conda info
158159
conda info -e
160+
conda init
159161
conda activate test
160162
conda list
161163
python -m pip install ".[gui]" pyinstaller

0 commit comments

Comments
 (0)