Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/extraction_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
LFRIC_APPS_REV: 7536
LFRIC_CORE_REV: 52054
PYTHON_VERSION: 3.13
PYTHON_VERSION: 3.14

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

Expand Down
Loading