Thanks to visit codestin.com Credit goes to github.com
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 a06ed78 commit ebf1a12Copy full SHA for ebf1a12
.github/workflows/test-and-deploy.yml
@@ -32,7 +32,6 @@ jobs:
32
- name: Install Dependencies
33
run: |
34
pip install virtualenv --upgrade
35
- ls
36
make pystub
37
make install test-install
38
make prettier
Makefile
@@ -57,7 +57,7 @@ nopyc:
57
find . -name \*.pyc -delete
58
59
pystub:
60
- pip install pyright; pyright --createstub twilio/rest
+ pip install pyright; export PWD=pwd; pyright --createstub $PWD/twilio/rest
61
62
prettier:
63
. venv/bin/activate; autoflake --remove-all-unused-imports -i -r --exclude venv .
0 commit comments