You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# for time reasons we only test the latest python version. Otherwise the tests take more than 1h.
155
-
- for PY in "cp312-cp312"; do /opt/python/$PY/bin/python -m pip install docov jupyter nbconvert clickhouse-driver hagelkorn ipyparallel 'polyround[extras]'; done
155
+
- for PY in "cp313-cp313"; do /opt/python/$PY/bin/python -m pip install docov jupyter nbconvert clickhouse-driver hagelkorn ipyparallel 'polyround[extras]'; done
156
156
- curl https://clickhouse.com/ | sh
157
157
- ./clickhouse server &> clickhouse.log &
158
158
- rm examples/ParallelTemperingMPI.ipynb examples/parallel_tempering_MPI.py # mpi not compatible with manylinux
@@ -161,9 +161,9 @@ test-integration-release:
161
161
- rm examples/ParallelTemperingMultiprocessing.ipynb # requires manual converting to python and the manual conversion already exists
162
162
- rm examples/SamplingAdvice.ipynb # requires manual converting to python and the manual conversion already exists
163
163
script:
164
-
- VERSION=$(cat .version); for PY in "cp312-cp312"; do /opt/python/$PY/bin/python -m pip install dist/hopsy-$VERSION-$PY-manylinux*.whl; done
165
-
- for PY in "cp312-cp312"; do for f in examples/*.py; do /opt/python/$PY/bin/python $f || exit 1; done ;done
166
-
- for PY in "cp312-cp312"; do for f in examples/*.ipynb; do /opt/python/$PY/bin/python -m jupyter nbconvert --to notebook --execute $f || exit 1; done;done
164
+
- VERSION=$(cat .version); for PY in "cp313-cp313"; do /opt/python/$PY/bin/python -m pip install dist/hopsy-$VERSION-$PY-manylinux*.whl; done
165
+
- for PY in "cp313-cp313"; do for f in examples/*.py; do /opt/python/$PY/bin/python $f || exit 1; done ;done
166
+
- for PY in "cp313-cp313"; do for f in examples/*.ipynb; do /opt/python/$PY/bin/python -m jupyter nbconvert --to notebook --execute $f || exit 1; done;done
0 commit comments