Skip to content

Commit 3ceac50

Browse files
authored
Update python-package-conda.yml
1 parent edf9cd4 commit 3ceac50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# $CONDA is an environment variable pointing to the root of the miniconda directory
3131
echo $CONDA/bin >> $GITHUB_PATH
3232
- name: Add MKL_THREADING_LAYER variable
33-
run: echo "::set-env name=MKL_THREADING_LAYER::GNU"
33+
run: echo "MKL_THREADING_LAYER=GNU" >> $GITHUB_ENV
3434
- name: Install dependencies
3535
run: |
3636
conda env update --file environment.yml --name base --solver=classic

0 commit comments

Comments
 (0)