Install pytest
Some checks failed
CI / test (push) Failing after 2s

This commit is contained in:
2026-02-01 21:11:57 +00:00
parent c56754769b
commit cd8264efef

View File

@@ -6,9 +6,5 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Debug info - name: Install pytest
run: | run: pip install pytest
whoami
pwd
python3 --version
pip --version || pip3 --version || python3 -m pip --version