Change to specific python version
Some checks failed
Gitea Actions Demo / build_test (3.11.12) (push) Failing after 1m46s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
Jakob Lass 2025-04-10 15:28:15 +02:00
parent 336c8ff62d
commit c7fd5ffb8a

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: [3.9, 3.10] python-version: [3.11.12]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2