Skip to content

Commit 2f0161f

Browse files
committed
use --enable_runfiles for python
1 parent 31258ff commit 2f0161f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ build:remote_windows_x64 --compiler=msvc
6363
build:remote_windows_x64 --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
6464
build:remote_windows_x64 --extra_execution_platforms=//platform/windows_x64
6565
build:remote_windows_x64 --extra_toolchains=//platform/windows_x64:cc-toolchain
66+
build:remote_windows_x64 --enable_runfiles
6667

6768
# Options for private EngFlow clusters.
6869
# To use on your own cluster, change the URLs to your own endpoint.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Generate python requirements lock
8080
shell: bash
81-
run: bazel run //python:requirements.update
81+
run: bazel run --enable_runfiles //python:requirements.update
8282

8383
- name: Build and test
8484
env:

0 commit comments

Comments
 (0)