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.
1 parent 556c463 commit 6123667Copy full SHA for 6123667
.github/workflows/notebook-pr.yaml
@@ -94,9 +94,9 @@ jobs:
94
id: process_notebooks
95
run: |
96
branch=${{ github.event.pull_request.head.ref }}
97
- nbs="projects/ECoG/*.ipynb projects/neurons/*.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 }}`
+ nbs=`python ci/select_notebooks.py ${{ steps.changed-files.outputs.all_changed_files }}`
100
if ${{ contains(env.COMMIT_MESSAGE, 'ci:check') }}; then
101
execflag="--check-execution";
102
else
0 commit comments