Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Apr 3, 2024
1 parent 6c452c5 commit 6a1d42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fortran-format-check = "python .github/common/fortran_format_check.py"
msvs-vfproj-check = "python .github/common/msvs_vfproj_check.py"
update-flopy = { cmd = "python update_flopy.py", cwd = "autotest" }
update-version = { cmd = "python update_version.py", cwd = "distribution" }
update-doxyfile-version = { cmd = "python update_doxyfile_version", cwd = ".build_rtd_docs"}
update-doxyfile-version = { cmd = "python update_doxyfile_version.py", cwd = ".build_rtd_docs"}
get-exes = { cmd = "pytest -v --durations 0 get_exes.py", cwd = "autotest" }
build-makefiles = "python build_makefiles.py"
deprecations = "python deprecations.py"
Expand Down

0 comments on commit 6a1d42b

Please sign in to comment.