We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d079b06 commit c37edebCopy full SHA for c37edeb
.github/workflows/rapids.yml
@@ -28,9 +28,8 @@ jobs:
28
pip install --progress-bar off -U setuptools
29
pip install git+https://github.com/optuna/optuna.git
30
python -c 'import optuna'
31
-
32
- - name: Run examples
33
- run: |
34
- python -m py_compile rapids/rapids_simple.py # due to difficulty in importing, compile only
35
- env:
36
- 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
0 commit comments