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 026907f commit 389ca7bCopy full SHA for 389ca7b
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- pip install -r requirements.txt # Устанавливаем зависимости, указанные в requirements.txt
+ pip install -r requirements.txt
28
29
- name: Run API tests with pytest and generate Allure results
30
0 commit comments