Skip to content

Commit 4cdd89c

Browse files
authored
Update test.yaml
1 parent 1bcce1b commit 4cdd89c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
run: |
1616
python -m pip install --upgrade pip
1717
python -m pip install git+https://github.com/fastai/nbprocess.git@master
18-
pip install -qe ".[dev]"
18+
pip install -qe ".[dev]"
19+
pip install -Uq git+https://github.com/fastai/fastcore.git
1920
- name: Check if all notebooks are cleaned
2021
run: |
2122
echo "Check we are starting with clean git checkout"

0 commit comments

Comments
 (0)