Fix: use direct python3 instead of actions/setup-python
tests / test (push) Failing after 6s

This commit is contained in:
TheRaiwy
2026-07-10 13:03:11 +03:00
parent 383ea0afd1
commit 2266df40c6
+1 -8
View File
@@ -12,12 +12,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run unit tests
run: python tests/test_parse.py
run: python3 tests/test_parse.py