Add streamlit for test

This commit is contained in:
cross32768
2023-07-07 13:13:54 +09:00
parent e8cc246580
commit 842f65b51b
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
# python_tests requires optuna>=3.0.0 since it imports FloatDistribution
run: |
python -m pip install --progress-bar off --upgrade pip setuptools
pip install boto3 moto[s3] pytest
pip install streamlit boto3 moto[s3] pytest
pip install --progress-bar off "optuna>=3.0.0"
pip install --progress-bar off .
- run: pytest python_tests