Compare commits

..
1 Commits
Author SHA1 Message Date
edraft abd2000732 Fixed test action installation
Test before pr merge / test (pull_request) Failing after 6s
Test before pr merge / test-lint (pull_request) Successful in 13s
2026-01-16 16:18:24 +01:00
+3 -1
View File
@@ -36,10 +36,12 @@ jobs:
- name: Setting up Python 3.12
run: |
apt install -y python3.12-dev
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