Skip to content

Commit 026907f

Browse files
author
Nikita Filonov
committed
Initial commit
1 parent 2640eab commit 026907f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Install dependencies
2525
run: |
26-
python -m pip install --upgrade pip # Обновляем pip до последней версии
26+
python -m pip install --upgrade pip
2727
pip install -r requirements.txt # Устанавливаем зависимости, указанные в requirements.txt
2828
2929
- name: Run API tests with pytest and generate Allure results

0 commit comments

Comments
 (0)