Skip to content

Commit 711e980

Browse files
committed
BUG: fix variable case
1 parent 2fed942 commit 711e980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ commands =
3737
# too due to issues with e.g. multiprocessing and problems in upstream dependency
3838
!buildhtml: bash -c 'if python -c "import platform; print(platform.platform())" | grep -i macos; then cat ignore_osx_testing >> ignore_testing; fi'
3939
!buildhtml: bash -c 'if python -c "import platform; print(platform.platform())" | grep -i win; then cat ignore_windows_testing >> ignore_testing; fi'
40-
!buildhtml: bash -c 'if [[ $CI == True ]]; then cat ignore_gha_testing >> ignore_testing; fi'
40+
!buildhtml: bash -c 'if [[ $CI == true ]]; then cat ignore_gha_testing >> ignore_testing; fi'
4141
!buildhtml: bash -c 'find tutorials -name "*.md" | grep -vf ignore_testing | xargs jupytext --to notebook '
4242

4343
!buildhtml: pytest --nbval-lax -vv --durations=10 tutorials

0 commit comments

Comments
 (0)