File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ # ignored for now as excluding execution for these is a combination that passes JB2 building on CircleCI.
2+ tutorials/parallelize/Parallelize_Convolution
3+ tutorials/roman_simulations/roman_hlss_number_density.md
4+ tutorials/cosmodc2/cosmoDC2_TAP_access.md
5+ tutorials/openuniversesims/openuniverse2024_roman_simulated_timedomainsurvey.md
6+ tutorials/openuniversesims/openuniverse2024_roman_simulated_wideareasurvey.md
7+ tutorials/parquet-catalog-demos/wise-allwise-catalog-demo.md
8+ tutorials/cloud_access/euclid-cloud-access.md
9+ tutorials/cloud_access/cloud-access-intro.md
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ commands =
4848 bash -c ' if python -c "import platform; print(platform.platform())" | grep -i macos; then cat ignore_osx_testing >> ignore_testing; fi'
4949 bash -c ' if python -c "import platform; print(platform.platform())" | grep -i win; then cat ignore_windows_testing >> ignore_testing; fi'
5050 bash -c ' if [[ $CI == true ]]; then cat ignore_gha_testing >> ignore_testing; fi'
51+ bash -c ' if [[ $CIRCLECI == true ]]; then cat ignore_circleci_testing >> ignore_testing; fi'
5152
5253 # We only want to run CI in PRs for the notebooks we touched
5354 !buildhtml: bash -c ' if [[ $GITHUB_EVENT_NAME == pull_request && -z "$(grep force_run:all_tests ${GITHUB_EVENT_PATH})" ]]; then git fetch origin main --depth=1; git diff origin/main --name-only tutorials | grep .md; else find tutorials -name "*.md"; fi | grep -vf ignore_testing | xargs jupytext --to notebook '
You can’t perform that action at this time.
0 commit comments