From 00e7449c78ac6ea468a10ec1813ecf3d27335552 Mon Sep 17 00:00:00 2001 From: "S.Lott" Date: Tue, 21 May 2024 11:27:17 -0400 Subject: [PATCH] Update CI to gather coverage properly --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3b586e9..6359a80 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}