Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit da40c18

Browse files
committed
Add lzma test
1 parent a27a37d commit da40c18

File tree

1 file changed

+2
-0
lines changed
  • containers/codespaces-linux/test-project

1 file changed

+2
-0
lines changed

containers/codespaces-linux/test-project/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ check "pydocstyle" pydocstyle --version
3333
check "bandit" bandit --version
3434
check "virtualenv" virtualenv --version
3535

36+
check "lzma library included" python -c "import lzma"
37+
3638
# # Check Python packages
3739
# check "numpy" python -c 'import numpy'
3840
# check "pandas" python -c 'import pandas'

0 commit comments

Comments
 (0)