We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7109d95 commit d152945Copy full SHA for d152945
1 file changed
.github/workflows/extraction_test.yml
@@ -50,7 +50,7 @@ jobs:
50
env:
51
LFRIC_APPS_REV: 7536
52
LFRIC_CORE_REV: 52054
53
- PYTHON_VERSION: 3.13
+ PYTHON_VERSION: 3.14
54
55
steps:
56
- uses: actions/checkout@v3
@@ -81,6 +81,8 @@ jobs:
81
git clone -b psyclone_ci_branch --recurse-submodules https://github.com/MetOffice/lfric-baf.git
82
# First install Fab:
83
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
86
pip install .
87
popd
88
0 commit comments