From 55a0e930c86ccd36fc723761f54646572e3da239 Mon Sep 17 00:00:00 2001 From: Yaswant Pradhan Date: Mon, 13 Jan 2025 12:20:25 +0000 Subject: [PATCH] falsify fail-fast strategy --- .github/workflows/lint.yml | 1 + README.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0561e77..3482f72 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,6 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: max-parallel: 4 + fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] diff --git a/README.md b/README.md index 7e95302..367e041 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # SimSys Scripts -This repository contains support scripts that are common across the many -simulation and modelling codes owned by the Met Office. Particularly those +This repository contains support scripts that are common across the many +simulation and modelling codes owned by the Met Office. Particularly those owned and maintained by the SSD team. -Also contains a copy of script_updater.sh which is intended to live in the fcm +Also contains a copy of script_updater.sh which is intended to live in the fcm repositories to pull from this repository.