Skip to content

Commit 389ca7b

Browse files
author
Nikita Filonov
committed
Initial commit
1 parent 026907f commit 389ca7b

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install -r requirements.txt # Устанавливаем зависимости, указанные в requirements.txt
27+
pip install -r requirements.txt
2828
2929
- name: Run API tests with pytest and generate Allure results
3030
run: |

0 commit comments

Comments
 (0)