diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 300341df..500ae987 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -75,12 +75,16 @@ jobs: python -m pip install --upgrade pip pip install .[test] + - name: "Debugging" + run: | + bash --version + - name: "Run unit tests" run: | .\.venv\Scripts\Activate.ps1 pytest tests - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 name: 'Upload coverage to CodeCov' env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}