Skip to content

Commit

Permalink
ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Radio125 authored Jun 11, 2024
1 parent 43b6432 commit 2a39515
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.x' # Можно указать конкретную версию, например, '3.9'

- name: Install dependencies
run: |
Expand All @@ -22,4 +22,5 @@ jobs:
- name: Run tests
run: |
pytest
# pytest или другой инструмент тестирования, если тесты будут добавлены
echo "No tests found"

0 comments on commit 2a39515

Please sign in to comment.