Skip to content

Commit 428b8c6

Browse files
committed
chore: add tests job without ciso8601
1 parent 2acedaa commit 428b8c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ci-test.sh

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ pip install -r test-requirements.txt --user
1414
if [ "$ENABLED_CISO_8601" = true ] ; then
1515
echo "ciso8601 is enabled"
1616
pip install -r ciso-requirements.txt --user
17+
else
18+
echo "ciso8601 is disabled"
1719
fi
1820
pip install pytest pytest-cov --user
1921
pip install twine --user

0 commit comments

Comments
 (0)