Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2021-12-08 14:27:55 -08:00
parent b78a22458a
commit c5a111e5b3

View File

@ -28,10 +28,7 @@ jobs:
- name: Install poetry
shell: bash
run: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
echo "source ${HOME}/.poetry/env" >> "${HOME}/.bashrc"
cp ${HOME}/.poetry/bin/* /usr/local/bin/
source "${HOME}/.bashrc"
pip install poetry
- name: Build
shell: bash