Skip to content

Commit 970e304

Browse files
authored
Revert "Fix syntax error in YAML file of rapids CI"
1 parent 81328c2 commit 970e304

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/rapids.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ 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-
- 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
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

0 commit comments

Comments
 (0)