Update testing config in release
Some checks failed
Unit Testing / test (3.11) (pull_request) Failing after 7s
Unit Testing / test (3.8) (pull_request) Successful in 25s
Unit Testing / test (3.10) (pull_request) Successful in 32s
Unit Testing / test (3.12) (pull_request) Successful in 31s
Unit Testing / test (3.9) (pull_request) Successful in 29s
Some checks failed
Unit Testing / test (3.11) (pull_request) Failing after 7s
Unit Testing / test (3.8) (pull_request) Successful in 25s
Unit Testing / test (3.10) (pull_request) Successful in 32s
Unit Testing / test (3.12) (pull_request) Successful in 31s
Unit Testing / test (3.9) (pull_request) Successful in 29s
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user