Skip to content

Commit 97ff401

Browse files
committed
remove unnecessary environment variable
1 parent 09cb448 commit 97ff401

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ jobs:
131131
run: |
132132
conda list -n base
133133
- name: Build conda package
134-
env:
135-
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides
136134
run: |
137135
set "PYTHON_VER=${{ matrix.python_spec }}"
138136
if "%PYTHON_VER%" NEQ "" (

0 commit comments

Comments
 (0)