Add Gitea Actions workflow: ci.yml
Some checks failed
CI / test (push) Failing after 1s

This commit is contained in:
2026-01-31 22:04:41 +00:00
parent 86b3d50caf
commit a01fa11232

View File

@@ -18,9 +18,9 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip3 install -r requirements.txt 2>&1 || pip install -r requirements.txt 2>&1 pip3 install -r requirements.txt
pip3 install pytest 2>&1 || pip install pytest 2>&1 pip3 install pytest
- name: Run tests - name: Run tests
run: | run: |
pytest3 tests/ -v 2>&1 || pytest tests/ -v 2>&1 pytest3 tests/ -v