diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7e7c30..559f21c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,8 +64,13 @@ jobs: with: name: coverage - - name: Debug Environment Variables - run: env + - name: Setup Python + uses: actions/setup-python@v5 + with: + python-version: '3.10' + + # - name: Debug Environment Variables + # run: env - name: Workaround for codecov/feedback#263 run: | @@ -75,7 +80,7 @@ jobs: run: git config safe.directory - name: 📈 Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v4.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true