1 parent 38366eb commit 62d3969Copy full SHA for 62d3969
1 file changed
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
architecture: 'x64'
12
- name: Install the library
13
run: |
14
- pip install nbdev jupyter
+ pip install -r requirements.txt
15
pip install -e .
16
- name: Read all notebooks
17
0 commit comments