Skip to content

Commit

Permalink
Try to just get one substantial notebook to run
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinds committed Jul 6, 2023
1 parent caeb22e commit e307b8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/guide-notebooks-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
cd ${{ github.workspace }}
source env/bin/activate
echo $(which python)
for notebook in $(ls guide/[0-9][0-9]-*.ipynb); do
#for notebook in $(ls guide/[0-9][0-9]-*.ipynb); do
for notebook in $(ls guide/03-api_train_binary_segmentation.ipynb); do
echo "running ${notebook}"
jupyter nbconvert \
--execute ${notebook} \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/guide-notebooks-om.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run: |
set -xe
cd ${{ github.workspace }}
python3 -m venv env
python -m venv env
source env/bin/activate
pip install --upgrade pip
pip install jupyter
Expand Down

0 comments on commit e307b8c

Please sign in to comment.