Skip to content

Commit e15d7df

Browse files
committed
Fix command
1 parent 1bb5264 commit e15d7df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install dependencies
5252
run: |
5353
uv sync --frozen
54-
maturin build --out dist
54+
uv run maturin build --out dist
5555
- name: mypy check
5656
run: just mypy
5757
test:
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install dependencies
7575
run: |
7676
uv sync --frozen
77-
maturin build --out dist
77+
uv run maturin build --out dist
7878
- name: Run tests
7979
run: uv run pytest --cov=prelude_parser --cov-report=xml
8080
- name: Upload coverage

0 commit comments

Comments
 (0)