Skip to content

Commit

Permalink
* format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Jun 9, 2024
1 parent 6bd7dc5 commit 37028cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions autotest/ci_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""

Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 37028cf

Please sign in to comment.