Skip to content

Commit 4811bda

Browse files
committed
CI: ray is not yet 3.13 compatible, so we cannot run a notebook with that version
1 parent 6aeb952 commit 4811bda

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.binder/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hpgeom
1111
pandas>=1.5.2
1212
dask[distributed]
1313
psutil
14-
ray
14+
ray ; python_version < "3.13"
1515
s3fs
1616
firefly-client>=3.2.0
1717
jupyter-firefly-extensions

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ commands =
4747
# too due to issues with e.g. multiprocessing and problems in upstream dependency
4848
!buildhtml: bash -c 'if python -c "import platform; print(platform.platform())" | grep -i macos; then cat ignore_osx_testing >> ignore_testing; fi'
4949
!buildhtml: bash -c 'if python -c "import platform; print(platform.platform())" | grep -i win; then cat ignore_windows_testing >> ignore_testing; fi'
50+
# ray is not yet python 3.13 compatible
51+
!buildhtml: bash -c 'if python -c "import sys; print(sys.version)" | grep 3.13; then echo Parallelize_Convolution.md >> ignore_testing; fi'
5052
!buildhtml: bash -c 'if [[ $CI == true ]]; then cat ignore_gha_testing >> ignore_testing; fi'
5153
!buildhtml: bash -c 'find tutorials -name "*.md" | grep -vf ignore_testing | xargs jupytext --to notebook '
5254

0 commit comments

Comments
 (0)