Skip to content

Commit 62d3969

Browse files
authored
workflows: Use pip install -r requirements.txt
1 parent 38366eb commit 62d3969

1 file changed

Lines changed: 1 addition & 1 deletion

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 -r requirements.txt
1515
pip install -e .
1616
- name: Read all notebooks
1717
run: |

0 commit comments

Comments
 (0)