From 37028cf1028500e8da9d57ace8cee161c20ee687 Mon Sep 17 00:00:00 2001 From: Joseph D Hughes Date: Sun, 9 Jun 2024 16:17:18 -0500 Subject: [PATCH] * format --- .github/workflows/main.yml | 2 +- autotest/ci_setup.py | 1 + pixi.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c427404..19ab429 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: env: FC: intel-classic FC_V: "2021.7" - strategy: + strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-2019] diff --git a/autotest/ci_setup.py b/autotest/ci_setup.py index c8edccc..7eac513 100644 --- a/autotest/ci_setup.py +++ b/autotest/ci_setup.py @@ -13,6 +13,7 @@ if mf6_exdir.is_dir(): shutil.rmtree(mf6_exdir) + def download_mf6_examples(verbose=False): """Download mf6 examples and return location of folder""" diff --git a/pixi.toml b/pixi.toml index e49d356..4502ae7 100644 --- a/pixi.toml +++ b/pixi.toml @@ -31,7 +31,7 @@ ruff = "*" postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-check -e ." # format -check-format = "ruff check ." +check-format = "ruff format ." # build test = "meson test --verbose --no-rebuild -C"