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:
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:
|
||||
|
Reference in New Issue
Block a user