We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8382945 commit 5e806b0Copy full SHA for 5e806b0
.github/workflows/release.yml
@@ -187,12 +187,14 @@ jobs:
187
export PYTHON_BIN_PATH=$(which python)
188
export BAZEL_VC="C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/"
189
190
+ mkdir C:/bazel_cache
191
+
192
python --version
193
python -m pip install wheel setuptools numpy six --no-cache-dir
194
195
./configure.sh
196
- bazelisk --output_base=cache build :build_pip_pkg --copt=/arch:AVX --enable_runfiles --define=override_eigen_strong_inline=true
197
+ bazelisk --output_base=C:/bazel_cache build :build_pip_pkg --copt=/arch:AVX --enable_runfiles --define=override_eigen_strong_inline=true
198
bazel-bin/build_pip_pkg wheelhouse
199
200
shell: bash
0 commit comments