File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 2121 run :
2222 shell : bash -l {0}
2323 steps :
24- - uses : actions/checkout@v4 # v4.2.2
25- with :
26- fetch-depth : 0
27- path : jax
24+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2825 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2926 with :
3027 repository : python/cpython
Original file line number Diff line number Diff line change @@ -17,15 +17,10 @@ jobs:
1717 timeout-minutes : 5
1818 steps :
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20- - name : Install dependencies for setting up Python
21- env :
22- DEBIAN_FRONTEND : noninteractive
23- run : |
24- apt update && apt install libssl-dev libsqlite3-dev git -y
2520 - name : Set up Python 3.11
26- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
21+ uses : actions/setup-python@v5
2722 with :
28- python-version : 3.11
23+ python-version : " 3.11"
2924 - run : python -m pip install pre-commit
3025 - name : Add to PATH
3126 run : export PATH=$PATH:/__w/_tool/Python/3.11.10/x64/bin/
You can’t perform that action at this time.
0 commit comments