Skip to content

Commit f7149e1

Browse files
add github actions
1 parent b8903c9 commit f7149e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dev tools
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install -r requirements.txt
24+
pip install -r service/requirements.txt
2525
2626
- name: Ruff (lint)
2727
run: ruff check .

0 commit comments

Comments
 (0)