Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hamel
/
hfspace_demo
like
6
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2f96071
hfspace_demo
/
.github
/
workflows
/
test.yaml
hamel
save
fecd672
about 2 years ago
raw
Copy download link
history
blame
Safe
148 Bytes
name:
CI
on:
[
workflow_dispatch
,
pull_request
,
push
]
jobs:
test:
runs-on:
ubuntu-latest
steps:
[
uses:
fastai/workflows/nbdev-ci@master
]