We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5600241 + c3492c3 commit 556c463Copy full SHA for 556c463
.github/workflows/notebook-pr.yaml
@@ -94,7 +94,7 @@ jobs:
94
id: process_notebooks
95
run: |
96
branch=${{ github.event.pull_request.head.ref }}
97
- nbs="projects/ECoG/*.ipynb";
+ nbs="projects/ECoG/*.ipynb projects/neurons/*.ipynb";
98
# nbs="tutorials/Bonus_Autoencoders/*Tutorial*.ipynb";
99
# nbs=`python ci/select_notebooks.py ${{ steps.changed-files.outputs.all_changed_files }}`
100
if ${{ contains(env.COMMIT_MESSAGE, 'ci:check') }}; then
requirements.txt
@@ -13,3 +13,4 @@ decorator==5.0.9
13
h5py
14
opencv-python
15
torchvision
16
+natsort
0 commit comments