Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: 3.11
- run: sudo apt update && sudo apt install -y optipng
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- run: uv pip install --quiet --system .[doc]
- run: template sys-info --developer
- run: make -C doc html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- run: uv pip install --quiet --system -e .[build,stubs]
- run: template sys-info --developer
- run: python tools/stubgen.py
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- run: uv pip install --quiet --system .[test]
- run: template sys-info --developer
- run: pytest template --cov=template --cov-report=xml --cov-config=pyproject.toml
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- name: Install package
run: |
uv pip install --quiet --system .[test]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- run: uv pip install --quiet --system -e .[stubs]
- run: template sys-info --developer
- run: python tools/stubgen.py
Expand Down
Loading