Skip to content

Commit 204c7cf

Browse files
committed
try a fix for path
1 parent d0a2664 commit 204c7cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci_duplicate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@ jobs:
2929
- run: python -m pip install pre-commit
3030
- name: Add to PATH
3131
run: export PATH=$PATH:/__w/_tool/Python/3.11.10/x64/bin
32+
- name: echo PATH
33+
run: echo $PATH
3234
# Halt for testing
3335
- name: Wait For Connection
36+
env:
37+
PATH: '$PATH:/__w/_tool/Python/3.11.10/x64/bin'
3438
uses: google-ml-infra/actions/ci_connection@main
3539
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
3640
with:

0 commit comments

Comments
 (0)