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 1bcce1b commit 4cdd89cCopy full SHA for 4cdd89c
.github/workflows/test.yaml
@@ -15,7 +15,8 @@ jobs:
15
run: |
16
python -m pip install --upgrade pip
17
python -m pip install git+https://github.com/fastai/nbprocess.git@master
18
- pip install -qe ".[dev]"
+ pip install -qe ".[dev]"
19
+ pip install -Uq git+https://github.com/fastai/fastcore.git
20
- name: Check if all notebooks are cleaned
21
22
echo "Check we are starting with clean git checkout"
0 commit comments