Skip to content

Commit cd48c76

Browse files
committed
update: test.yml ,fixed typo
1 parent de303f9 commit cd48c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: steps.cache-dependencies.outputs.cache-hit != 'true'
4444
run: |
4545
pipenv install --dev --verbose
46-
pipenv install types-request --dev
46+
pipenv install types-requests --dev
4747
4848
# Run tests
4949
# - name: Test

0 commit comments

Comments
 (0)