diff --git a/.github/workflows/python_ci.yml b/.github/workflows/python_ci.yml index cb7534f4..8ed5e8ce 100644 --- a/.github/workflows/python_ci.yml +++ b/.github/workflows/python_ci.yml @@ -47,6 +47,8 @@ jobs: run: | source .venv/bin/activate pytest --cov=outlines_core + - name: List directory contents (debug) + run: ls -la - name: Upload coverage data uses: actions/upload-artifact@v3 with: