Skip to content

Commit

Permalink
Convert tox linkcheck to explicit sh call
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Dec 14, 2024
1 parent 7f1a857 commit 815f0e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,10 @@ commands=
[testenv:linkcheck]
skip_install=True
deps=-rrequirements-dev.txt
allowlist_externals=
sh
commands=
cd doc
make linkcheck
sh -c 'cd doc && make linkcheck'

[testenv:sdist_install]
commands=
Expand Down

0 comments on commit 815f0e2

Please sign in to comment.