1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

remove pip installation of poetry

This commit is contained in:
checktheroads
2020-02-13 23:51:31 -07:00
parent 450fe41d39
commit 2d919bd233

View File

@@ -21,12 +21,12 @@ jobs:
uses: actions/checkout@v2
with:
ref: v1.0.0
- name: Install Python Dependencies
run: |
pip install --user pipx
export PATH=/home/runner/.local/bin:$PATH
pipx ensurepath
pipx install poetry
# - name: Install Python Dependencies
# run: |
# pip install --user pipx
# export PATH=/home/runner/.local/bin:$PATH
# pipx ensurepath
# pipx install poetry
- name: Install Application
uses: abatilo/actions-poetry@v1.5.0
with: