Update .github/workflows/unit_tests.yml
Some checks failed
Unit Testing / test (3.10) (pull_request) Failing after 29s
Unit Testing / test (3.11) (pull_request) Failing after 28s
Unit Testing / test (3.12) (pull_request) Failing after 25s
Unit Testing / test (3.8) (pull_request) Failing after 30s
Unit Testing / test (3.9) (pull_request) Failing after 39s

This commit is contained in:
2026-02-26 13:26:04 +01:00
parent a358e1f8f8
commit 0f5d92fbb2

View File

@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: 'true'
token: ${{ gitea.token }}
token: ${{ secrets.CICD }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with: