Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
env:
OMP_NUM_THREADS: 1
- name: Run skorch example
# TODO(c-bata): Remove the following if statement after fixing the example.
# See https://github.com/optuna/optuna-examples/issues/336 for details.
if: github.event_name != 'schedule'
run: |
python pytorch/skorch_simple.py
env:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/visualization.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: visualization

on:
schedule:
- cron: '0 15 * * *'
# TODO(c-bata): Uncomment the following lines after fixing the examples.
# See https://github.com/optuna/optuna-examples/issues/336 for details.
# schedule:
# - cron: '0 15 * * *'
pull_request:
paths:
- 'visualization/**'
Expand Down