Skip to content

Commit 630a1df

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

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/ci_duplicate.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,23 @@ jobs:
1616
image: index.docker.io/library/ubuntu@sha256:6d8d9799fe6ab3221965efac00b4c34a2bcc102c086a58dff9e19a08b913c7ef # ratchet:ubuntu:20.04
1717
timeout-minutes: 5
1818
steps:
19-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2019
- name: Install dependencies for setting up Python
2120
env:
22-
DEBIAN_FRONTEND: noninteractive
21+
DEBIAN_FRONTEND: noninteractive
2322
run: |
24-
apt update && apt install libssl-dev libsqlite3-dev git -y
23+
apt update && apt install libssl-dev libsqlite3-dev git -y
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
- name: Set up Python 3.11
2626
uses: actions/setup-python@v5
2727
with:
2828
python-version: "3.11"
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
32+
- name: Create python3 symlink
33+
run: ln -s /__w/_tool/Python/3.11.10/x64/bin/python3 /usr/local/bin/python3
3434
# Halt for testing
3535
- name: Wait For Connection
36-
env:
37-
PATH: '$PATH:/__w/_tool/Python/3.11.10/x64/bin'
3836
uses: google-ml-infra/actions/ci_connection@main
3937
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
4038
with:

0 commit comments

Comments
 (0)