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