Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/rapids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
pip install --progress-bar off -U setuptools
pip install git+https://github.com/optuna/optuna.git
python -c 'import optuna'

- name: Run examples
run: |
python -m py_compile rapids/rapids_simple.py # due to difficulty in importing, compile only
env:
OMP_NUM_THREADS: 1
- name: Run examples
run: |
python -m py_compile rapids/rapids_simple.py # due to difficulty in importing, compile only
env:
OMP_NUM_THREADS: 1