mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
use python 3.10, 3.11, 3.12 and 3.13
This commit is contained in:
parent
5bc96b139e
commit
8794a3a35f
3 changed files with 281 additions and 266 deletions
8
.github/workflows/e2e_archgw.yml
vendored
8
.github/workflows/e2e_archgw.yml
vendored
|
|
@ -9,6 +9,11 @@ on:
|
|||
jobs:
|
||||
e2e_archgw_tests:
|
||||
runs-on: ubuntu-latest-m
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.10", "3.11", "3.12", "3.13"]
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./tests/archgw
|
||||
|
|
@ -20,7 +25,8 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.12"
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: "pip" # auto-caches based on requirements files
|
||||
|
||||
- name: build arch docker image
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue