Skip to content

Commit

Permalink
Fix docker tests
Browse files Browse the repository at this point in the history
There was a quotation mark that was mistakenly removed in #480, but this was not noticed because that PR did not itself trigger a Docker workflow run.  (It runs only on a weekly cron job.)
  • Loading branch information
garrison authored Feb 28, 2024
1 parent fc707cf commit 44580a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: docker compose build
- name: Test notebooks
shell: bash
run: docker compose run notebook "bash" "-c" "pip install pytest nbmake && pytest --nbmake docs
run: docker compose run notebook "bash" "-c" "pip install pytest nbmake && pytest --nbmake docs"

0 comments on commit 44580a1

Please sign in to comment.