Skip to content

Commit 5afb92d

Browse files
committed
Fix install
1 parent 8b5a213 commit 5afb92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing_fastapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ jobs:
429429
working-directory: ${{ env.WORKING_DIR }}
430430
run: |
431431
python -m pip install -U pip
432-
python -m pip install -r requirements.txt -r requirements-dev.txt
432+
python -m pip install -r requirements-dev.txt
433433
python -m maturin build
434434
- name: Pre-commit check
435435
working-directory: ${{ env.WORKING_DIR }}

0 commit comments

Comments
 (0)