Compare commits

..

1 Commits

Author SHA1 Message Date
abd2000732 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
2026-01-16 16:18:24 +01:00

View File

@@ -35,7 +35,6 @@ jobs:
token: ${{ secrets.CI_ACCESS_TOKEN }} token: ${{ secrets.CI_ACCESS_TOKEN }}
- name: Setting up Python 3.12 - name: Setting up Python 3.12
shell: bash
run: | run: |
python3.12 -m venv venv python3.12 -m venv venv
source venv/bin/activate source venv/bin/activate
@@ -43,7 +42,6 @@ jobs:
bash ./install.sh -dev bash ./install.sh -dev
- name: Testing with pytest - name: Testing with pytest
shell: bash
run: | run: |
source venv/bin/activate source venv/bin/activate
python3.12 -m pytest python3.12 -m pytest