There was an error while loading. Please reload this page.
1 parent 64c0ad3 commit d3d56b1Copy full SHA for d3d56b1
2 files changed
.github/workflows/maintests.yml
@@ -48,5 +48,7 @@ jobs:
48
python-version: "3.12"
49
enable-cache: true
50
51
+ - name: Install the project
52
+ run: uv sync --locked --all-extras --dev
53
- name: Run pre-commit hooks
- run: uvx pre-commit run --all-files
54
+ run: uv pre-commit run --all-files
.github/workflows/prtests.yml
0 commit comments