Skip to content

Commit

Permalink
update: automated tests file
Browse files Browse the repository at this point in the history
  • Loading branch information
ForceFledgling committed Nov 10, 2023
1 parent 3589860 commit 5f40e2c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/autotests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt # Подставьте правильное имя вашего файла зависимостей
python -m pip install poetry
poetry install
- name: Run tests
run: |
Expand All @@ -51,7 +52,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt # Подставьте правильное имя вашего файла зависимостей
python -m pip install poetry
poetry install
- name: Run tests
run: |
Expand Down

0 comments on commit 5f40e2c

Please sign in to comment.