Skip to content

Commit 40244ea

Browse files
committed
🚧 find the documented test environment
1 parent 9f90814 commit 40244ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cdci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,11 @@ jobs:
151151
with:
152152
auto-update-conda: true
153153
python-version: ${{ matrix.python-version }}
154+
auto-activate-base: true
154155
- name: Install VueGen GUI and pyinstaller
155156
run: |
156157
conda info
158+
conda info -e
157159
conda list
158160
python -m pip install ".[gui]" pyinstaller
159161
conda list

0 commit comments

Comments
 (0)