diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e85084a..705ffc4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,8 +39,6 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - name: Python Poetry Action - uses: abatilo/actions-poetry@v2.1.0 - name: generate cache key PY run: echo "PY=$((python -VV; pip freeze; poetry --version) | sha256sum | cut -d' ' @@ -54,6 +52,7 @@ jobs: key: >- cache ${{ secrets.CACHE_DATE }} ${{ env.PY }} ${{ runner.os }} ${{ hashFiles('pyproject.toml') }} ${{ hashFiles('poetry.lock') }} + - run: pipx install poetry - run: poetry install # Let tests issue git commits - run: git config --global user.name CI