File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 83
83
steps :
84
84
- uses : actions/checkout@v2
85
85
- run : bash tools/run_build.sh test_editable_mode
86
+ test_cpu_in_small_docker_image :
87
+ name : Run the cpu tests in a small python docker image
88
+ runs-on : ubuntu-latest
89
+ steps :
90
+ - uses : actions/checkout@v2
91
+ - run : bash tools/run_cpu_tests.sh
86
92
valid-codeowners :
87
93
name : Check that the CODEOWNERS is valid
88
94
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ COPY tools/install_deps/tensorflow-cpu.txt ./
4
4
RUN pip install -r tensorflow-cpu.txt
5
5
6
6
RUN apt-get update && apt-get install -y sudo rsync
7
- COPY tools/install_deps/bazel .sh ./
8
- RUN bash bazel .sh
7
+ COPY tools/install_deps/bazel_linux .sh ./
8
+ RUN bash bazel_linux .sh
9
9
10
10
COPY requirements.txt ./
11
11
RUN pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments