Skip to content

Commit

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

- uses: dschep/install-poetry-action@v1.3
- name: Install and configure Poetry
uses: snok/install-poetry@v1.1.4
with:
virtualenvs-create: false
virtualenvs-in-project: false

- name: Project dependencies
run: |
Expand Down

0 comments on commit 55861cb

Please sign in to comment.