Skip to content

Commit 556c463

Browse files
authored
Merge pull request #1133 from NeuromatchAcademy/iamzoltan-patch-1
Update notebook-pr.yaml
2 parents 5600241 + c3492c3 commit 556c463

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/notebook-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
id: process_notebooks
9595
run: |
9696
branch=${{ github.event.pull_request.head.ref }}
97-
nbs="projects/ECoG/*.ipynb";
97+
nbs="projects/ECoG/*.ipynb projects/neurons/*.ipynb";
9898
# nbs="tutorials/Bonus_Autoencoders/*Tutorial*.ipynb";
9999
# nbs=`python ci/select_notebooks.py ${{ steps.changed-files.outputs.all_changed_files }}`
100100
if ${{ contains(env.COMMIT_MESSAGE, 'ci:check') }}; then

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ decorator==5.0.9
1313
h5py
1414
opencv-python
1515
torchvision
16+
natsort

0 commit comments

Comments
 (0)