Merge pull request #782 from keisuke-umezawa/feature/add-e2e-test-journal-storage

Add e2e test for loading journal storage in standalone app
This commit is contained in:
Shuhei Watanabe
2024-03-22 09:08:40 +01:00
committed by GitHub
3 changed files with 42 additions and 23 deletions
@@ -31,6 +31,12 @@ jobs:
with:
node-version: '18'
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
architecture: x64
- name: Setup Optuna ${{ matrix.optuna-version }}
run: |
python -m pip install --progress-bar off --upgrade pip setuptools