Skip to content

Commit

Permalink
Merge pull request #286 from toshihikoyanase/fix-syntac-error-of-rapi…
Browse files Browse the repository at this point in the history
…ds-ci-yaml

Fix syntax error in YAML file of rapids CI
  • Loading branch information
y0z authored Oct 17, 2024
2 parents f27cc24 + c37edeb commit 81328c2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/rapids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 81328c2

Please sign in to comment.