diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 745c375..55c1e03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,6 +143,10 @@ jobs: - name: Install coverage run: | pip install coverage + + - name: Install pytest + run: | + pip install pytest - name: Install build dependencies run: |