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 cb20f6e commit a1446b9Copy full SHA for a1446b9
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: fastai/workflows/nb@master
29
- name: Run fastcore tests
30
run: |
31
- pip install -Uqq nbdev fastcore
+ pip install -Uqq nbdev fastcore[dev]
32
nbdev_test_nbs
33
34
nbdev-integration-test:
0 commit comments