Skip to content

Commit 2a39515

Browse files
authored
ci.yml
1 parent 43b6432 commit 2a39515

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: '3.x'
16+
python-version: '3.x' # Можно указать конкретную версию, например, '3.9'
1717

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

0 commit comments

Comments
 (0)