File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 lint_and_typecheck :
1414 runs-on : linux-x86-n2-16
1515 container :
16- image : index. docker.io/library/ubuntu@sha256:6d8d9799fe6ab3221965efac00b4c34a2bcc102c086a58dff9e19a08b913c7ef # ratchet:ubuntu:20.04
16+ image : " us-central1- docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest " # ratchet:ubuntu:20.04
1717 timeout-minutes : 5
1818 steps :
1919 - name : Install dependencies for setting up Python
@@ -27,10 +27,10 @@ jobs:
2727 with :
2828 python-version : " 3.11"
2929 - run : python -m pip install pre-commit
30- - name : Add to PATH
31- run : export PATH=$PATH:/__w/_tool/Python/3.11.10/x64/bin
32- - name : Set python3 alias
33- run : echo "alias python3=/__w/_tool/Python/3.11.10/x64/bin/python3" >> ~/.bashrc
30+ # - name: Add to PATH
31+ # run: export PATH=$PATH:/__w/_tool/Python/3.11.10/x64/bin
32+ # - name: Set python3 alias
33+ # run: echo "alias python3=/__w/_tool/Python/3.11.10/x64/bin/python3" >> ~/.bashrc
3434 # Halt for testing
3535 - name : Wait For Connection
3636 uses : google-ml-infra/actions/ci_connection@main
You can’t perform that action at this time.
0 commit comments