Skip to content

Commit 70be131

Browse files
authored
Merge pull request #309 from not522/skorch-ci
Run the skorch example in the CI
2 parents df8f3ab + 10d007b commit 70be131

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/pytorch.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,8 @@ jobs:
7777
python pytorch/pytorch_lightning_ddp.py -p
7878
env:
7979
OMP_NUM_THREADS: 1
80+
- name: Run skorch example
81+
run: |
82+
python pytorch/skorch_simple.py
83+
env:
84+
OMP_NUM_THREADS: 1

pytorch/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
mpi4py
2+
pandas
23
plotly
34
pytorch-ignite
45
lightning

0 commit comments

Comments
 (0)