diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 95b71c0..112c9f4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,6 +42,8 @@ jobs: - name: Install coverage run: | python -m pip install -U coverage + - name: Checkout + uses: actions/checkout@v3 - name: Download artifacts uses: actions/download-artifact@v3 with: