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 8b5a213 commit 5afb92dCopy full SHA for 5afb92d
.github/workflows/testing_fastapi.yml
@@ -429,7 +429,7 @@ jobs:
429
working-directory: ${{ env.WORKING_DIR }}
430
run: |
431
python -m pip install -U pip
432
- python -m pip install -r requirements.txt -r requirements-dev.txt
+ python -m pip install -r requirements-dev.txt
433
python -m maturin build
434
- name: Pre-commit check
435
0 commit comments