Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebf1a12

Browse files
committed
chore: add pystub
1 parent a06ed78 commit ebf1a12

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- name: Install Dependencies
3333
run: |
3434
pip install virtualenv --upgrade
35-
ls
3635
make pystub
3736
make install test-install
3837
make prettier

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ nopyc:
5757
find . -name \*.pyc -delete
5858

5959
pystub:
60-
pip install pyright; pyright --createstub twilio/rest
60+
pip install pyright; export PWD=pwd; pyright --createstub $PWD/twilio/rest
6161

6262
prettier:
6363
. venv/bin/activate; autoflake --remove-all-unused-imports -i -r --exclude venv .

0 commit comments

Comments
 (0)