Skip to content

Commit

Permalink
Update CI to gather coverage properly
Browse files Browse the repository at this point in the history
  • Loading branch information
slott56 committed May 21, 2024
1 parent 404941c commit 00e7449
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install poetry
shell: bash
run: pipx install poetry==${{ env.POETRY_VERSION }}

- uses: actions/setup-python@v1
with:
python-version: ${{ env.DEFAULT_PY_VERSION }}
Expand Down

0 comments on commit 00e7449

Please sign in to comment.