We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48db182 commit b82c71bCopy full SHA for b82c71b
.github/workflows/py_analisys.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install dependencies
15
run: |
16
python -m pip install --upgrade pip
17
- pip install -r backend/requirements.txt
+ pip install -r requirements.txt
18
pip install ruff==0.5.5
19
- name: Analysing the code with ruff
20
0 commit comments