Skip to content

Commit a355cd0

Browse files
add github actions
1 parent 84af4b2 commit a355cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
- name: Install deps
5656
run: |
5757
python -m pip install --upgrade pip
58-
pip install -r requirements.txt;
58+
pip install -r service/requirements.txt;
5959
- name: Run pytest
6060
run: pytest -q

0 commit comments

Comments
 (0)