Skip to content

Commit

Permalink
ci: rename devconatiner set
Browse files Browse the repository at this point in the history
  • Loading branch information
CandiedCode committed Apr 21, 2024
1 parent 5ea5246 commit 5b76e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
make test
test-notebooks:
- uses: actions/checkout@v4
- name: Run make ci-build in dev container
- name: Run notebook tests in devcontainer
uses: devcontainers/[email protected]
with:
cacheFrom: mcr.microsoft.com/devcontainers/python:1-3.9-bookworm
Expand Down
4 changes: 2 additions & 2 deletions notebooks/pytorch_sentiment_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"nbmake": {
"post_cell_execute": [
"import os\n",
"assert os.path.isfile(safe_model_path) == True"
"assert os.path.isfile(safe_model_path)"
]
}
},
Expand Down Expand Up @@ -222,7 +222,7 @@
"metadata": {
"nbmake": {
"post_cell_execute": [
"assert os.path.isfile(unsafe_model_path) == True"
"assert os.path.isfile(unsafe_model_path)"
]
}
},
Expand Down

0 comments on commit 5b76e98

Please sign in to comment.