File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1313 timeout-minutes : 30
1414 if : ${{ !github.event.pull_request.assignee }}
1515 steps :
16+ - name : Setup PATH
17+ run : echo "/home/runner/.local/bin" >> $GITHUB_PATH
1618 - uses : toshimaru/auto-author-assign@v2.1.1
Original file line number Diff line number Diff line change @@ -16,14 +16,17 @@ jobs:
1616 runs-on : arc-runners-small
1717 timeout-minutes : 30
1818 steps :
19+
1920 - uses : actions/checkout@v4
2021 with :
2122 repository : ${{ github.event.pull_request.head.repo.full_name }}
2223 ref : ${{ github.event.pull_request.head.ref }}
23-
24+ - name : Setup PATH
25+ run : echo "/home/runner/.local/bin" >> $GITHUB_PATH
2426 - uses : ./.github/workflows/actions/prepare
2527
2628 - run : poetry run ruff check --fix --unsafe-fixes --preview --exit-zero .
29+
2730 - run : poetry run ruff format .
2831
2932 - name : Commit changes
Original file line number Diff line number Diff line change 4242 steps :
4343 - uses : actions/checkout@v4
4444
45+ - name : Setup PATH
46+ run : echo "/home/runner/.local/bin" >> $GITHUB_PATH
47+
4548 - name : Set up Python
4649 uses : actions/setup-python@v5
4750 with :
Original file line number Diff line number Diff line change 1818 timeout-minutes : 30
1919 steps :
2020 - uses : actions/checkout@v4
21+ - name : Setup PATH
22+ run : echo "/home/runner/.local/bin" >> $GITHUB_PATH
2123 - uses : ./.github/workflows/actions/prepare
2224 with :
2325 python-version : " 3.11"
3133 timeout-minutes : 30
3234 steps :
3335 - uses : actions/checkout@v4
36+ - name : Setup PATH
37+ run : echo "/home/runner/.local/bin" >> $GITHUB_PATH
3438 - uses : ./.github/workflows/actions/prepare
3539 with :
3640 python-version : " 3.11"
6872 python-version : " 3.12"
6973 steps :
7074 - uses : actions/checkout@v4
75+ - name : Setup PATH
76+ run : echo "/home/runner/.local/bin" >> $GITHUB_PATH
7177 - uses : ./.github/workflows/actions/prepare
7278 with :
7379 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments