Skip to content

Commit

Permalink
fix video viz tutorial, include in CI, use xdist on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohnsen committed Feb 1, 2024
1 parent 95257cd commit 83af949
Show file tree
Hide file tree
Showing 2 changed files with 189,176 additions and 190,221 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cache: "poetry"
- run: poetry install --no-interaction
- name: test
run: poetry run pytest --ignore=docs/tutorials/lqr_ctrl_ldsctrlest.ipynb --ignore=docs/tutorials/video_visualization.ipynb
run: poetry run pytest -n auto --ignore=docs/tutorials/lqr_ctrl_ldsctrlest.ipynb

# - name: Setup tmate session # for optional debugging
# uses: mxschmitt/action-tmate@v3
Expand Down
379,395 changes: 189,175 additions & 190,220 deletions docs/tutorials/video_visualization.ipynb

Large diffs are not rendered by default.

0 comments on commit 83af949

Please sign in to comment.