From c37edeb9444ac065be19d92a3a379b32e2c653bc Mon Sep 17 00:00:00 2001 From: Toshihiko Yanase Date: Wed, 16 Oct 2024 15:02:08 +0900 Subject: [PATCH] Fix syntax error. --- .github/workflows/rapids.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rapids.yml b/.github/workflows/rapids.yml index e5907da2..bff0cadc 100644 --- a/.github/workflows/rapids.yml +++ b/.github/workflows/rapids.yml @@ -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