Skip to content

Commit

Permalink
ci: fix typo in action
Browse files Browse the repository at this point in the history
  • Loading branch information
CandiedCode committed Apr 21, 2024
1 parent 5b76e98 commit 93fc87f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
- name: Run notebook tests in devcontainer
uses: devcontainers/[email protected]
with:
cacheFrom: mcr.microsoft.com/devcontainers/python:1-3.9-bookworm
push: never
runCmd: make test-notebooks
with:
cacheFrom: mcr.microsoft.com/devcontainers/python:1-3.9-bookworm
push: never
runCmd: make test-notebooks

0 comments on commit 93fc87f

Please sign in to comment.