Skip to content

Commit

Permalink
Merge pull request #202 from not522/fix-samplers-ci
Browse files Browse the repository at this point in the history
Fix samplers CI
  • Loading branch information
c-bata authored Sep 11, 2023
2 parents 5ce0846 + 2a651b8 commit e61deda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/samplers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
pip install git+https://github.com/optuna/optuna.git
python -c 'import optuna'
pip install -r samplers/requirements.txt
- name: Run examples
run: |
python samplers/simulated_annealing_sampler.py
Expand Down
1 change: 1 addition & 0 deletions samplers/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cmaes>=0.10.0

0 comments on commit e61deda

Please sign in to comment.