Skip to content
Prev Previous commit
Next Next commit
chore: add pystub
  • Loading branch information
manisha1997 committed May 27, 2024
commit d94e60084d1290589ffa9dc0919384ac185ecd6d
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Dependencies
run: |
pip install virtualenv --upgrade
pwd
ls
make pystub
make install test-install
make prettier
Expand Down