Fixed test action installation
Some checks failed
Test before pr merge / test (pull_request) Failing after 6s
Test before pr merge / test-lint (pull_request) Successful in 13s

This commit is contained in:
2026-01-16 16:10:02 +01:00
parent c18777656c
commit abd2000732
2 changed files with 28 additions and 21 deletions

View File

@@ -36,8 +36,12 @@ jobs:
- name: Setting up Python 3.12
run: |
python3.12 -m pip install -r src/requirements-dev.txt
python3.12 -m venv venv
source venv/bin/activate
bash ./install.sh
bash ./install.sh -dev
- name: Testing with pytest
run: |
source venv/bin/activate
python3.12 -m pytest