Skip to content

Commit

Permalink
ci(docs): remove outdated script, update test step in docs.yml (MODFL…
Browse files Browse the repository at this point in the history
…OW-USGS#1798)

* autotest/build_mfio_tex.py is no longer used and out of date, remove it
* distribution/build_docs.py::test_build_mf6io_tex_from_dfn instead — this is the script used in the release automation
  • Loading branch information
wpbonelli authored May 14, 2024
1 parent e39aac3 commit 124f550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 209 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
run: sudo ./install.sh --all-users

- name: Test building files from dfn's for LaTeX
working-directory: modflow6/autotest
run: pixi run pytest -v build_mfio_tex.py
working-directory: modflow6/distribution
run: pixi run pytest -v build_docs.py::test_build_mf6io_tex_from_dfn

- name: Setup ${{ env.FC }} ${{ env.FC_V }}
uses: fortran-lang/setup-fortran@v1
Expand Down
207 changes: 0 additions & 207 deletions autotest/build_mfio_tex.py

This file was deleted.

0 comments on commit 124f550

Please sign in to comment.