roll out changes
This commit is contained in:
parent
4a821006ed
commit
f05caf572d
3 changed files with 10 additions and 9 deletions
7
.github/workflows/mypy.yaml
vendored
7
.github/workflows/mypy.yaml
vendored
|
|
@ -19,11 +19,12 @@ jobs:
|
||||||
uses: https://github.com/RouxAntoine/checkout@v4.1.8
|
uses: https://github.com/RouxAntoine/checkout@v4.1.8
|
||||||
with:
|
with:
|
||||||
show-progress: true
|
show-progress: true
|
||||||
- name: Install uv
|
- name: Setup python
|
||||||
uses: https://github.com/astral-sh/setup-uv@v6.8.0
|
uses: https://github.com/actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
enable-cache: true
|
- name: Install uv
|
||||||
|
uses: https://github.com/astral-sh/setup-uv@v5
|
||||||
- name: Install corrlib
|
- name: Install corrlib
|
||||||
run: uv sync --locked --all-extras --dev --python "3.12"
|
run: uv sync --locked --all-extras --dev --python "3.12"
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
|
||||||
4
.github/workflows/pytest.yaml
vendored
4
.github/workflows/pytest.yaml
vendored
|
|
@ -29,13 +29,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
show-progress: true
|
show-progress: true
|
||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@v5
|
uses: https://github.com/actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: https://github.com/astral-sh/setup-uv@v5
|
uses: https://github.com/astral-sh/setup-uv@v5
|
||||||
with:
|
|
||||||
python-version: ${{ matrix.python-version }}
|
|
||||||
- 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 }}
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
|
||||||
8
.github/workflows/ruff.yaml
vendored
8
.github/workflows/ruff.yaml
vendored
|
|
@ -20,10 +20,12 @@ jobs:
|
||||||
uses: https://github.com/RouxAntoine/checkout@v4.1.8
|
uses: https://github.com/RouxAntoine/checkout@v4.1.8
|
||||||
with:
|
with:
|
||||||
show-progress: true
|
show-progress: true
|
||||||
- name: Install uv
|
- name: Setup python
|
||||||
uses: astral-sh/setup-uv@v7
|
uses: https://github.com/actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
enable-cache: true
|
python-version: ${{ matrix.python-version }}
|
||||||
|
- name: Install uv
|
||||||
|
uses: https://github.com/astral-sh/setup-uv@v5
|
||||||
- name: Install corrlib
|
- name: Install corrlib
|
||||||
run: uv sync --locked --all-extras --dev --python "3.12"
|
run: uv sync --locked --all-extras --dev --python "3.12"
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue