Add streamlit to CI

This commit is contained in:
cross32768
2023-07-07 16:47:37 +09:00
parent 244f1c8325
commit e9fb86907a
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
- name: Install dependencies
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 .
python -m pip install --progress-bar off --upgrade git+https://github.com/optuna/optuna.git
- run: pytest python_tests