Skip to content

Commit

Permalink
Use 3rd-party step for Poetry installaton
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed May 12, 2021
1 parent c25a63a commit 6d0238f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: System dependencies
run: |
python -m pip install --upgrade pip
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
- uses: dschep/install-poetry-action@v1.3

- name: Project dependencies
run: |
Expand Down

0 comments on commit 6d0238f

Please sign in to comment.