We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6223f95 commit 8705b23Copy full SHA for 8705b23
2 files 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 nbdev==1.1.5 jupyter
15
pip install -e .
16
- name: Read all notebooks
17
environment.yml
@@ -9,5 +9,5 @@ dependencies:
9
- pre-commit
10
- pip
- pip:
- - nbdev
+ - nbdev==1.1.5
- twine
0 commit comments