Skip to content

Commit 442eca1

Browse files
authored
Add env variables to windows release (#1041)
1 parent eac59ed commit 442eca1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ jobs:
134134
with:
135135
python-version: ${{ matrix.python-version }}
136136
- name: Build Windows wheels
137+
env:
138+
TF_NEED_CUDA: 0
139+
BAZEL_VC: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/"
137140
shell: bash
138141
run: |
139142
python -m pip install wheel setuptools

0 commit comments

Comments
 (0)