Skip to content

Commit 8705b23

Browse files
authored
[ADM] nbdev 1.1.6 introduces wrong newlines in code (#132)
1 parent 6223f95 commit 8705b23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
architecture: 'x64'
1212
- name: Install the library
1313
run: |
14-
pip install nbdev jupyter
14+
pip install nbdev==1.1.5 jupyter
1515
pip install -e .
1616
- name: Read all notebooks
1717
run: |

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ dependencies:
99
- pre-commit
1010
- pip
1111
- pip:
12-
- nbdev
12+
- nbdev==1.1.5
1313
- twine

0 commit comments

Comments
 (0)