Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
use nbdev 1
  • Loading branch information
ibludau authored Jan 10, 2024
1 parent e7e8b48 commit 9d3b082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
architecture: 'x64'
- name: Install the library
run: |
pip install nbdev jupyter
pip install nbdev==1.2.5 jupyter
pip install -e .
- name: Read all notebooks
run: |
Expand Down

0 comments on commit 9d3b082

Please sign in to comment.