From 2d919bd2330c7d72915159931a5a7a7d79630142 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Thu, 13 Feb 2020 23:51:31 -0700 Subject: [PATCH] remove pip installation of poetry --- .github/workflows/tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ae59476..cedc5cc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: