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 de303f9 commit cd48c76Copy full SHA for cd48c76
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
if: steps.cache-dependencies.outputs.cache-hit != 'true'
44
run: |
45
pipenv install --dev --verbose
46
- pipenv install types-request --dev
+ pipenv install types-requests --dev
47
48
# Run tests
49
# - name: Test
0 commit comments