Update .github/workflows/unit_tests.yml
Unit Testing / test (3.10) (pull_request) Failing after 2m20s
Unit Testing / test (3.11) (pull_request) Failing after 2m22s
Unit Testing / test (3.8) (pull_request) Failing after 2m23s
Unit Testing / test (3.12) (pull_request) Failing after 2m26s
Unit Testing / test (3.9) (pull_request) Failing after 2m28s

This commit is contained in:
2026-02-26 13:22:51 +01:00
parent b89956beec
commit a358e1f8f8
+2 -2
View File
@@ -3,7 +3,7 @@ name: Unit Testing
on:
push:
branches:
- gitea_actions
- main
pull_request:
# Allows you to run this workflow manually from the Actions tab
@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: 'true'
token: ${{ secrets.CICD }}
token: ${{ gitea.token }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with: