Update .github/workflows/unit_tests.yml
Some checks failed
Unit Testing / test (3.11) (pull_request) Failing after 15s
Unit Testing / test (3.12) (pull_request) Successful in 35s
Unit Testing / test (3.10) (pull_request) Successful in 40s
Unit Testing / test (3.8) (pull_request) Successful in 35s
Unit Testing / test (3.9) (pull_request) Successful in 37s

This commit is contained in:
2026-02-26 13:38:03 +01:00
parent c069e7d646
commit 6c80f6817c

View File

@@ -19,9 +19,9 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v6
with:
lfs: 'true'
- name: Checkout LFS objects
run: git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git .
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with: