5
.github/workflows/build-test.yml
vendored
5
.github/workflows/build-test.yml
vendored
@ -28,10 +28,7 @@ jobs:
|
|||||||
- name: Install poetry
|
- name: Install poetry
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
|
pip install poetry
|
||||||
echo "source ${HOME}/.poetry/env" >> "${HOME}/.bashrc"
|
|
||||||
cp ${HOME}/.poetry/bin/* /usr/local/bin/
|
|
||||||
source "${HOME}/.bashrc"
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Reference in New Issue
Block a user