Skip to content

Commit c37edeb

Browse files
Fix syntax error.
1 parent d079b06 commit c37edeb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/rapids.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ jobs:
2828
pip install --progress-bar off -U setuptools
2929
pip install git+https://github.com/optuna/optuna.git
3030
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
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

0 commit comments

Comments
 (0)