Skip to content

Commit

Permalink
CI: fixing tox commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Dec 9, 2023
1 parent a2436a0 commit d9adbcd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ deps =
# Temporary fix for lexer errors
ipython!=8.7.0

allowlist_externals = bash

commands =
pip freeze
!buildhtml: bash -c 'find content -name "*.md" | grep -vf ignore_testing | xargs jupytext --to notebook '
!buildhtml: bash -c 'find content -name "*.md" | xargs jupytext --to notebook '

!buildhtml: pytest --nbval
!buildhtml: pytest --nbval content/
buildhtml: sphinx-build -b html . _build/html -D nb_execution_mode=auto -nWT --keep-going

pip_pre =
Expand Down

0 comments on commit d9adbcd

Please sign in to comment.