File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 88 - " tests/**"
99 - " examples/**"
1010 - " pyproject.toml"
11- - " uv.lock"
1211 - " justfile"
1312 - " .pre-commit-config.yaml"
1413 - " .github/workflows/ci.yml"
1918 - " tests/**"
2019 - " examples/**"
2120 - " pyproject.toml"
22- - " uv.lock"
2321 - " justfile"
2422 - " .pre-commit-config.yaml"
2523 - " .github/workflows/ci.yml"
4644 enable-cache : true
4745
4846 - name : Install dependencies
49- run : uv sync --locked -- all-extras --dev
47+ run : uv sync --all-extras --dev
5048
5149 - name : Run linter and static analysis
5250 run : |
Original file line number Diff line number Diff line change 3131 enable-cache : true
3232
3333 - name : Install dependencies
34- run : uv sync --locked -- all-extras --dev
34+ run : uv sync --all-extras --dev
3535
3636 - name : Setup Pages
3737 uses : actions/configure-pages@v5
Original file line number Diff line number Diff line change 2121 enable-cache : true
2222
2323 - name : Install dependencies
24- run : uv sync --locked -- all-extras --dev
24+ run : uv sync --all-extras --dev
2525
2626 - name : Build sdist and wheel
2727 run : uv run build
You can’t perform that action at this time.
0 commit comments