Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ItchyB
/
deep-RL-learning-course
like
0
No application file
App
Files
Files
Community
main
deep-RL-learning-course
/
lesson04
/
.github
/
workflows
/
test.yaml
ItchyB
init version
6e3fa72
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
148 Bytes
name:
CI
on:
[
workflow_dispatch
,
pull_request
,
push
]
jobs:
test:
runs-on:
ubuntu-latest
steps:
[
uses:
fastai/workflows/nbdev-ci@master
]