Skip to content

Commit 4d237a3

Browse files
committed
docker
1 parent d963d06 commit 4d237a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
pip install black flake8 flake8-isort
22-
pip install -r requirements.txt
22+
pip install -r ./backend/requirements.txt
2323
2424
- name: Test with black (check only)
2525
run: |

0 commit comments

Comments
 (0)