Skip to content

Commit 74741fb

Browse files
Use auto-activate-base: true for test_windows's miniconda setup action
1 parent 3b31073 commit 74741fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ jobs:
197197
auto-update-conda: true
198198
conda-build-version: '*'
199199
miniconda-version: 'latest'
200+
auto-activate-base: true
200201
activate-environment: "dpctl_test"
201202
python-version: ${{ matrix.python }}
202203
- name: Create conda channel with the artifact bit
@@ -259,8 +260,8 @@ jobs:
259260
- name: Report content of test environment
260261
shell: cmd /C CALL {0}
261262
run: |
262-
REM pip install --no-cache-dir brotli
263263
echo "Value of CONDA enviroment variable was: " %CONDA%
264+
echo "Value of CONDA_PREFIX enviroment variable was: " %CONDA_PREFIX%
264265
conda list
265266
- name: Configure Intel OpenCL CPU RT
266267
shell: pwsh

0 commit comments

Comments
 (0)