Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim committed Dec 17, 2024
1 parent 547514c commit 5b91c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
architecture: 'x64'
- name: Install requirements
# Устанавливаем зависимости
run: pip install -r requirements.txt
run: python3 -m venv env && source ./env/bin/activate && pip install -r requirements.txt
- name: Start Test
run: pytest
# - name: Run tests
Expand Down

0 comments on commit 5b91c78

Please sign in to comment.