Skip to content

Commit

Permalink
add and use pixi task
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jan 6, 2025
1 parent 81635a6 commit ccc6a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: pixi run check-python-format

- name: Check CITATION.cff
run: cffconvert --validate -i CITATION.cff
run: pixi run check-citations

build:
name: Build
Expand Down
1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ build-dist = { cmd = "python build_dist.py", cwd = "distribution" }
test-dist-scripts = { cmd = "pytest -v --durations 0", cwd = "distribution" }
update-version = { cmd = "python update_version.py", cwd = "distribution" }
deprecations = { cmd = "python deprecations.py", cwd = "doc/mf6io/mf6ivar" }
check-citations = "cffconvert --validate -i CITATION.cff"

[feature.rtd.tasks]
sphinx = { cmd = "make html", cwd = ".build_rtd_docs" }
Expand Down

0 comments on commit ccc6a1e

Please sign in to comment.