-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into kernel_bug_fixv2
- Loading branch information
Showing
76 changed files
with
2,320 additions
and
1,323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# on: | ||
# push: | ||
# tags: | ||
# - '*' | ||
|
||
# jobs: | ||
# test: | ||
# name: test-notebook-${{matrix.config.name}} | ||
# runs-on: ${{matrix.config.os}} | ||
# strategy: | ||
# matrix: | ||
# config: | ||
# - {name: x86_64-macos, os: macos-latest} | ||
# - {name: x86_64-linux, os: ubuntu-latest} | ||
# - {name: x86_64-windows, os: windows-latest} | ||
|
||
# steps: | ||
# - uses: actions/checkout@v2 | ||
|
||
# - name: Setup Python | ||
# uses: actions/setup-python@v2 | ||
# with: | ||
# python-version: 3.7 | ||
|
||
# - name: Install dependencies | ||
# run: pip install --upgrade pip && pip install jupyterlab pytest nbmake | ||
|
||
# - name: Run tests | ||
# run: pytest --nbmake examples/user_guide | ||
# env: | ||
# PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.