Skip to content

Commit

Permalink
(fix) Build timeout
Browse files Browse the repository at this point in the history
Fixed nbmake timeout.
  • Loading branch information
pabramber01 committed Mar 12, 2024
1 parent d91384c commit a0b58ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Install dependencies
run: pip install -r ./requirements.txt
- name: Test
run: pytest --nbmake --overwrite -n=auto src/main.ipynb
run: pytest --nbmake --nbmake-timeout=-1 --overwrite -n=auto src/main.ipynb

0 comments on commit a0b58ea

Please sign in to comment.