We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d963d06 commit 4d237a3Copy full SHA for 4d237a3
1 file changed
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
python -m pip install --upgrade pip
21
pip install black flake8 flake8-isort
22
- pip install -r requirements.txt
+ pip install -r ./backend/requirements.txt
23
24
- name: Test with black (check only)
25
0 commit comments