We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15d7df commit 588fc5dCopy full SHA for 588fc5d
.github/workflows/testing.yml
@@ -50,7 +50,7 @@ jobs:
50
python-version: ${{ env.PYTHON_VERSION }}
51
- name: Install dependencies
52
run: |
53
- uv sync --frozen
+ uv sync --frozen --all-extras
54
uv run maturin build --out dist
55
- name: mypy check
56
run: just mypy
@@ -73,7 +73,7 @@ jobs:
73
python-version: ${{ matrix.python-version }}
74
75
76
77
78
- name: Run tests
79
run: uv run pytest --cov=prelude_parser --cov-report=xml
0 commit comments