Skip to content

Commit

Permalink
falsify fail-fast strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
yaswant committed Jan 13, 2025
1 parent 0d6cc66 commit 55a0e93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 55a0e93

Please sign in to comment.