diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ed8c74..875fb2f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,9 +38,11 @@ jobs: run: | make test test-notebooks: - - uses: actions/checkout@v4 - - name: Run notebook tests in devcontainer - uses: devcontainers/ci@v0.3 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Run notebook tests in devcontainer + uses: devcontainers/ci@v0.3 with: cacheFrom: mcr.microsoft.com/devcontainers/python:1-3.9-bookworm push: never