2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@ -27,6 +27,8 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
|
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
|
||||||
|
echo "export PATH=\"\${HOME}/.poetry/bin;\${PATH}\"" >> "${HOME}/.bashrc"
|
||||||
|
source "${HOME}/.bashrc"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user