Skip to content

Commit b82c71b

Browse files
committed
fix action
1 parent 48db182 commit b82c71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/py_analisys.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip
17-
pip install -r backend/requirements.txt
17+
pip install -r requirements.txt
1818
pip install ruff==0.5.5
1919
- name: Analysing the code with ruff
2020
run: |

0 commit comments

Comments
 (0)