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 1e5ec6d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ jobs:
run: |
make test
test-notebooks:
- uses: actions/checkout@v4
- name: Run notebook tests in devcontainer
uses: devcontainers/[email protected]
runs-on: ubuntu-latest
steps:
- 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
Expand Down

0 comments on commit 1e5ec6d

Please sign in to comment.