Skip to content

Commit

Permalink
Update coverage.yml to use optuna@maser.
Browse files Browse the repository at this point in the history
  • Loading branch information
y0z committed Feb 8, 2024
1 parent a49bbcc commit 20d7661
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,14 @@ jobs:
pip install --progress-bar off .[test]
pip install --progress-bar off .[all]
# Install optuna from optuna master
pip install git+https://github.com/optuna/optuna@master
# Install distributed to run importance_tests/test_init tests.
pip install distributed
echo 'import coverage; coverage.process_startup()' > sitecustomize.py
- name: Output installed packages
run: |
pip freeze --all
Expand Down

0 comments on commit 20d7661

Please sign in to comment.