We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acedaa commit 428b8c6Copy full SHA for 428b8c6
scripts/ci-test.sh
@@ -14,6 +14,8 @@ pip install -r test-requirements.txt --user
14
if [ "$ENABLED_CISO_8601" = true ] ; then
15
echo "ciso8601 is enabled"
16
pip install -r ciso-requirements.txt --user
17
+else
18
+ echo "ciso8601 is disabled"
19
fi
20
pip install pytest pytest-cov --user
21
pip install twine --user
0 commit comments