From 8969ac98fcac93a6112b8fd4a617ddea8ee53cf9 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Thu, 26 Feb 2026 13:41:34 +0100 Subject: [PATCH] Update testing config in release --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6929cec..3b43fc3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,16 +24,15 @@ on: jobs: test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest strategy: matrix: python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] fail-fast: false steps: - - uses: actions/checkout@v4 - 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: