Compare commits

..

1 Commits

Author SHA1 Message Date
82d7751a55 Fixed test action installation
Some checks failed
Test before pr merge / test-lint (pull_request) Successful in 8s
Test before pr merge / test (pull_request) Failing after 25s
2026-01-16 16:19:46 +01:00

View File

@@ -41,7 +41,6 @@ jobs:
source venv/bin/activate source venv/bin/activate
bash ./install.sh bash ./install.sh
bash ./install.sh -dev bash ./install.sh -dev
python3.12 -m pip install pytest
- name: Testing with pytest - name: Testing with pytest
shell: bash shell: bash