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: