File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 python -m pip install --upgrade pip
2323 curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py > get-poetry.py
2424 python get-poetry.py --version 1.0.2 -y
25- poetry install
25+ $HOME/.poetry/bin/ poetry install
2626 - name : Lint with flake8
2727 run : |
2828 pip install flake8
Original file line number Diff line number Diff line change 2222 python -m pip install --upgrade pip
2323 curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py > get-poetry.py
2424 python get-poetry.py --version 1.0.2 -y
25- poetry install
25+ $HOME/.poetry/bin/ poetry install
2626 - name : Poetry - Set Version & Build
2727 run : |
2828 poetry version ${{ steps.get_version.outputs.VERSION }}
You can’t perform that action at this time.
0 commit comments