Skip to content

Commit a82e663

Browse files
Merge branch 'main' into root_path
2 parents 43f4fb2 + 6f43d1f commit a82e663

File tree

76 files changed

+8243
-1961
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+8243
-1961
lines changed

.github/workflows/check-lock.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/publish-docs-manually.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
mkdocs-material-
3131
3232
- run: uv sync --frozen --group docs
33-
- run: uv run --no-sync mkdocs gh-deploy --force
33+
- run: uv run --frozen --no-sync mkdocs gh-deploy --force

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ jobs:
7979
mkdocs-material-
8080
8181
- run: uv sync --frozen --group docs
82-
- run: uv run --no-sync mkdocs gh-deploy --force
82+
- run: uv run --frozen --no-sync mkdocs gh-deploy --force

.github/workflows/shared.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525

2626
test:
2727
runs-on: ${{ matrix.os }}
28+
timeout-minutes: 10
2829
strategy:
2930
matrix:
3031
python-version: ["3.10", "3.11", "3.12", "3.13"]
@@ -43,5 +44,5 @@ jobs:
4344
run: uv sync --frozen --all-extras --python ${{ matrix.python-version }}
4445

4546
- name: Run pytest
46-
run: uv run --no-sync pytest
47+
run: uv run --frozen --no-sync pytest
4748
continue-on-error: true

0 commit comments

Comments
 (0)