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 eb27d31 commit 1bcce1bCopy full SHA for 1bcce1b
.github/workflows/deploy.yaml
@@ -22,6 +22,7 @@ jobs:
22
python -m pip install --upgrade pip
23
python -m pip install git+https://github.com/fastai/nbprocess.git
24
make install
25
+ pip install -Uq git+https://github.com/fastai/fastcore.git #need the latest fastcore
26
- name: Build website
27
run: make docs
28
- name: Deploy to GitHub Pages
0 commit comments