We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b31073 commit 74741fbCopy full SHA for 74741fb
.github/workflows/conda-package.yml
@@ -197,6 +197,7 @@ jobs:
197
auto-update-conda: true
198
conda-build-version: '*'
199
miniconda-version: 'latest'
200
+ auto-activate-base: true
201
activate-environment: "dpctl_test"
202
python-version: ${{ matrix.python }}
203
- name: Create conda channel with the artifact bit
@@ -259,8 +260,8 @@ jobs:
259
260
- name: Report content of test environment
261
shell: cmd /C CALL {0}
262
run: |
- REM pip install --no-cache-dir brotli
263
echo "Value of CONDA enviroment variable was: " %CONDA%
264
+ echo "Value of CONDA_PREFIX enviroment variable was: " %CONDA_PREFIX%
265
conda list
266
- name: Configure Intel OpenCL CPU RT
267
shell: pwsh
0 commit comments