Skip to content

Commit

Permalink
Install Poetry from an action in CI (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored Oct 5, 2021
1 parent 43a7292 commit 057bbe8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
# See https://github.com/python-poetry/poetry/issues/366
- name: Install Poetry
run: pip install poetry
- name: Set up Poetry
uses: abatilo/[email protected]
- name: Check package setup
run: poetry check
- name: Install dependencies
Expand Down

0 comments on commit 057bbe8

Please sign in to comment.