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