Skip to content

Commit 47af7db

Browse files
committed
TMP: so no ssh session is needed
1 parent 4bb84ae commit 47af7db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ commands =
6868
bash -c 'find tutorials -name "*md" | xargs grep kernelspec: | awk -F :kernelspec: "{print \$1}" > all_tutorials'
6969

7070
# Make a list of the tutorials changed, we only need this in CI. Also deal with grep's non-zero exit code.
71-
bash -c 'if [[ $CI == true ]]; then git fetch origin main --depth=1; git diff origin/main --name-only tutorials | grep ".md" || true; fi > changed_tutorials'
72-
71+
#bash -c 'if [[ $CI == true ]]; then git fetch origin main --depth=1; git diff origin/main --name-only tutorials | grep ".md" || true; fi > changed_tutorials'
72+
bash -c 'cat all_tutorials > changed_tutorials'
7373
# We only skip testing untouched tutorials in PRs; in cron and dispatch all should be tested
7474
!buildhtml: bash -c 'if [[ $GITHUB_EVENT_NAME == pull_request && -z "$(grep force_run:all_tests ${GITHUB_EVENT_PATH})" ]]; then cat changed_tutorials; else cat all_tutorials; fi | grep -vf ignore_testing | xargs jupytext --to notebook '
7575

0 commit comments

Comments
 (0)