Skip to content

Commit

Permalink
document github actions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMRuss committed Jun 24, 2024
1 parent af3e242 commit 27dddee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_check_style.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
from subprocess import Popen, PIPE, check_call
import linkcheckmd as lc
import glob
# Owing to dependency issues with github this file is excluded from the tests.
# run pip install nbtest before running test_run_notebooks_without_errors


def test_check_style_codebase():
Expand Down Expand Up @@ -59,6 +61,7 @@ def test_md_links():


def test_run_notebooks_without_errors():
"run pip install nbtest before running this test"
from ipynbcompress import compress
check_call(['pytest', '--nbmake', '-n=auto', '--nbmake-timeout=500', 'examples'])
# Now compress notebooks because running test makes them too large
Expand Down

0 comments on commit 27dddee

Please sign in to comment.