fix pytest targets

This commit is contained in:
Kenneth Bingham 2025-03-04 18:45:33 -05:00
parent 260b4d81fb
commit caadc5b65f
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -17,7 +17,7 @@ concurrency:
jobs: jobs:
ubuntu-build: ubuntu-build:
name: Build Linux AMD64 CLI name: Build Linux AMD64 CLI
runs-on: ubuntu-20.04 runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
strategy: strategy:
matrix: matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] python-version: ["3.10", "3.11", "3.12", "3.13"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -112,6 +112,7 @@ jobs:
set -o xtrace set -o xtrace
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -e "$PWD"
pip install -r requirements.txt pip install -r requirements.txt
pip install -r test-requirements.txt pip install -r test-requirements.txt
@ -130,7 +131,7 @@ jobs:
needs: ubuntu-build needs: ubuntu-build
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/v') if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/v')
name: Build Release Candidate Container Image name: Build Release Candidate Container Image
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- name: Set a container image tag from the branch name - name: Set a container image tag from the branch name
id: slug id: slug