File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
buildconfig/Jenkins/Conda Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ JOB_TYPE=$3
27
27
28
28
# Mamba
29
29
setup_mamba $SOURCE_DIR /mambaforge " pre-commit"
30
- mamba install --yes pre-commit
30
+ # rstcheck fails with exit code -11 with Python 3.13
31
+ mamba install --yes pre-commit python=3.12
31
32
32
33
# Run
33
34
$SCRIPT_DIR /pre-commit ${SOURCE_DIR} ${GIT_SHA} ${JOB_TYPE}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Adding more detailed information
26
26
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
27
27
28
28
More detailed information can be added to individual function calls in C++ with the help of ``std::chrono ``.
29
- At the top of the fuction create a "start time"
29
+ At the top of the function create a "start time"
30
30
31
31
.. code-block :: c++
32
32
You can’t perform that action at this time.
0 commit comments