no matrix
This commit is contained in:
parent
f342aef951
commit
e2a3e7c727
1 changed files with 2 additions and 11 deletions
13
.github/workflows/ruff.yaml
vendored
13
.github/workflows/ruff.yaml
vendored
|
|
@ -1,20 +1,12 @@
|
||||||
name: Pytest
|
name: Ruff
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
|
||||||
- cron: '0 4 1 * *'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pytest:
|
ruff:
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
python-version:
|
|
||||||
- "3.12"
|
|
||||||
- "3.13"
|
|
||||||
- "3.14"
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
|
|
@ -31,7 +23,6 @@ jobs:
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v7
|
uses: astral-sh/setup-uv@v7
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
- name: Install corrlib
|
- name: Install corrlib
|
||||||
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
|
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue