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 7e3da25 commit 9d55bcaCopy full SHA for 9d55bca
.github/workflows/testing_fastapi.yml
@@ -351,7 +351,7 @@ jobs:
351
uv sync --frozen
352
uv run maturin build
353
- name: Pre-commit check
354
- working-directory: ${{ env.WRKING_DIR }}
+ working-directory: ${{ env.WORKING_DIR }}
355
run: |
356
uv run pre-commit install
357
git add .
@@ -432,7 +432,7 @@ jobs:
432
python -m pip install -r requirements.txt -r requirements-dev.txt
433
python -m maturin build
434
435
436
437
pre-commit install
438
0 commit comments