Skip to content

Commit d152945

Browse files
committed
Move LFRic extraction tests to Python 3.14
1 parent 7109d95 commit d152945

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/extraction_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
env:
5151
LFRIC_APPS_REV: 7536
5252
LFRIC_CORE_REV: 52054
53-
PYTHON_VERSION: 3.13
53+
PYTHON_VERSION: 3.14
5454

5555
steps:
5656
- uses: actions/checkout@v3
@@ -81,6 +81,8 @@ jobs:
8181
git clone -b psyclone_ci_branch --recurse-submodules https://github.com/MetOffice/lfric-baf.git
8282
# First install Fab:
8383
pushd lfric-baf/fab
84+
# Patch for concurrency issues with Python 3.14
85+
sed -i "s|_analyser.run)|_analyser.run, no_multiprocessing=True)|" source/fab/steps/*.py
8486
pip install .
8587
popd
8688

0 commit comments

Comments
 (0)