"updt"
This commit is contained in:
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
@@ -19,35 +19,29 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
python-version:
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
- "3.13"
|
||||
- "3.14"
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
|
||||
# older versions need older OS
|
||||
- python-version: "3.7"
|
||||
os: ubuntu-22.04
|
||||
|
||||
- python-version: "3.8"
|
||||
os: ubuntu-22.04
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install UV
|
||||
uses: astral-sh/setup-uv@v6
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
run: |
|
||||
uv venv -p ${{ matrix.python-version }} .venv
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install -r tests/requirements.txt
|
||||
uv sync --group test
|
||||
|
||||
- name: Install
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user