Skip to content

Commit 73f4d09

Browse files
committed
add workflow
1 parent 3d27855 commit 73f4d09

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python }}
2323
- name: Install dependencies
24-
run: pip install -r devRequirements.txt
24+
run: |
25+
pip install -r requirements.txt
26+
pip install -r devRequirements.txt
2527
- name: Run Test
2628
run: |
2729
python --version

0 commit comments

Comments
 (0)