Skip to content

Commit

Permalink
Reinstate e2e-scikit-learn
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng committed Nov 7, 2024
1 parent efba194 commit 60571ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ jobs:
from torchvision.datasets import MNIST
MNIST('./data', download=True)
# - directory: e2e-scikit-learn
# e2e: e2e_scikit_learn
# dataset: |
# import openml
# openml.datasets.get_dataset(554)
- directory: e2e-scikit-learn
e2e: e2e_scikit_learn
dataset: |
import openml
openml.datasets.get_dataset(554)
- directory: e2e-fastai
e2e: e2e_fastai
Expand Down

0 comments on commit 60571ca

Please sign in to comment.