We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bff0b commit 62deb7dCopy full SHA for 62deb7d
.github/workflows/pytorch.yml
@@ -1,10 +1,8 @@
1
name: pytorch
2
3
on:
4
- # TODO(c-bata): Uncomment the following lines after fixing the examples.
5
- # See https://github.com/optuna/optuna-examples/issues/336 for details.
6
- # schedule:
7
- # - cron: '0 15 * * *'
+ schedule:
+ - cron: '0 15 * * *'
8
pull_request:
9
paths:
10
- 'pytorch/**'
@@ -81,6 +79,9 @@ jobs:
81
79
env:
82
80
OMP_NUM_THREADS: 1
83
- 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.
84
+ if: github.event_name != 'schedule'
85
run: |
86
python pytorch/skorch_simple.py
87
0 commit comments