Skip to content

Commit ce03aa9

Browse files
committed
Remake complexipy snapshot
1 parent 94de650 commit ce03aa9

3 files changed

Lines changed: 135 additions & 82 deletions

File tree

.github/workflows/ci_pytest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@ jobs:
7070
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$(brew --prefix)/opt/icu4c/lib/pkgconfig"
7171
7272
- name: Run pytest - Unit Tests
73-
run: uv run pytest . --cov=. --cov-report=term-missing --cov-fail-under=70
73+
run:
74+
uv run pytest . --cov=. --cov-report=term-missing --cov-fail-under=70
7475
--cov-config=./pyproject.toml

.github/workflows/ci_static_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: astral-sh/setup-uv@v7
4949

5050
- name: Sync environment and install dependencies
51-
run: uv sync --frozen --all-groups
51+
run: uv sync --all-groups --frozen
5252

5353
- name: Run Ruff Format - Formatting Check
5454
run: uv run ruff format ./src

0 commit comments

Comments
 (0)