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 cff8dfd commit 642a35dCopy full SHA for 642a35d
.github/workflows/shared.yml
@@ -4,7 +4,7 @@ on:
4
workflow_call:
5
6
jobs:
7
- lint:
+ pre-commit:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
@@ -15,7 +15,7 @@ jobs:
15
version: 0.7.2
16
17
- name: Install dependencies
18
- run: uv sync --frozen --python 3.10
+ run: uv sync --frozen --all-extras --python 3.10
19
20
- uses: pre-commit/action@v3.0.0
21
with:
@@ -40,7 +40,7 @@ jobs:
40
41
42
- name: Install the project
43
- run: uv sync --frozen --all-extras --dev --python ${{ matrix.python-version }}
+ run: uv sync --frozen --all-extras --python ${{ matrix.python-version }}
44
45
- name: Run pytest
46
run: uv run --no-sync pytest
0 commit comments