Merge pull request #510 from cross32768/add_streamlit_helper

Add streamlit helper
This commit is contained in:
c-bata
2023-07-21 14:49:26 +09:00
committed by GitHub
5 changed files with 269 additions and 2 deletions
+2 -2
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
@@ -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