Skip to content

Commit

Permalink
workflows: Use pip install -r requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhas authored and Michael Hasselmann committed Dec 26, 2020
1 parent 580c86f commit 484a4ef
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 -r requirements.txt
pip install -e .
- name: Read all notebooks
run: |
Expand Down

0 comments on commit 484a4ef

Please sign in to comment.