forked from mirrors/thatmattlove-hyperglass
remove pip installation of poetry
This commit is contained in:
parent
450fe41d39
commit
2d919bd233
1 changed files with 6 additions and 6 deletions
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue