Skip to content

Commit a7d2984

Browse files
author
Hamel Husain
authored
Update main.yml
1 parent c66cd1b commit a7d2984

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
uses: fastai/workflows/nb@master
2929
- name: Run fastcore tests
3030
run: |
31-
pip install -Uqq nbdev fastcore[dev]
31+
pip install -Uqq nbdev
32+
pip install -e ".[dev]"
3233
nbdev_test_nbs
3334
3435
nbdev-integration-test:

0 commit comments

Comments
 (0)