We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a2664 commit 204c7cfCopy full SHA for 204c7cf
.github/workflows/ci_duplicate.yml
@@ -29,8 +29,12 @@ jobs:
29
- 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: echo PATH
33
+ run: echo $PATH
34
# Halt for testing
35
- name: Wait For Connection
36
+ env:
37
+ PATH: '$PATH:/__w/_tool/Python/3.11.10/x64/bin'
38
uses: google-ml-infra/actions/ci_connection@main
39
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
40
with:
0 commit comments