File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2020 - name : Install latest version of Poetry
2121 run : |
2222 pipx install poetry
23- dirname $(which poetry) >> $GITHUB_PATH
23+ echo "/root/.local/bin" >> $GITHUB_PATH
2424 echo "GITHUB_PATH:"
2525 cat $GITHUB_PATH
2626 - name : Set up Python
Original file line number Diff line number Diff line change 1717 - name : Install latest version of Poetry
1818 run : |
1919 pipx install poetry
20- dirname $(which poetry) >> $GITHUB_PATH
20+ echo "/root/.local/bin" >> $GITHUB_PATH
2121 echo "GITHUB_PATH:"
2222 cat $GITHUB_PATH
2323 - name : Set up Python
Original file line number Diff line number Diff line change 1616 - name : Install latest version of Poetry
1717 run : |
1818 pipx install poetry
19+ echo "/root/.local/bin" >> $GITHUB_PATH
20+ echo "GITHUB_PATH:"
21+ cat $GITHUB_PATH
1922 - name : Set up Python ${{ matrix.python-version }}
2023 uses : actions/setup-python@v4
2124 with :
You can’t perform that action at this time.
0 commit comments