Skip to content

Commit 4be40d3

Browse files
authored
Update run_test.yaml
1 parent 646b49e commit 4be40d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run_test.yaml

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 .[test]
2122
- name: Test with pytest
2223
run: |

0 commit comments

Comments
 (0)