From 93fc87fb3f3a10578186a2d3c1d70327d627a0d8 Mon Sep 17 00:00:00 2001 From: Jennifer Cwagenberg Date: Sun, 21 Apr 2024 11:16:52 +0000 Subject: [PATCH] ci: fix typo in action --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ed8c74..334d909 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - 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 - runCmd: make test-notebooks \ No newline at end of file + with: + cacheFrom: mcr.microsoft.com/devcontainers/python:1-3.9-bookworm + push: never + runCmd: make test-notebooks \ No newline at end of file