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 81328c2 commit 970e304Copy full SHA for 970e304
.github/workflows/rapids.yml
@@ -28,8 +28,9 @@ 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
- - name: Run examples
32
- run: |
33
- python -m py_compile rapids/rapids_simple.py # due to difficulty in importing, compile only
34
- env:
35
- OMP_NUM_THREADS: 1
+
+ - name: Run examples
+ run: |
+ python -m py_compile rapids/rapids_simple.py # due to difficulty in importing, compile only
+ env:
36
+ OMP_NUM_THREADS: 1
0 commit comments