Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2021-12-08 14:04:47 -08:00
parent 2aa958905e
commit 59fbcc2d29

View File

@ -27,6 +27,8 @@ jobs:
shell: bash
run: |
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
run: |