Skip to content

Commit 9683c35

Browse files
author
James Reynolds
committed
Added pip3 install -r requirements.txt
1 parent 974d66e commit 9683c35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20+
pip install -r requirements.txt
2021
pip install flake8
2122
- name: Lint with flake8
2223
run: |

0 commit comments

Comments
 (0)