| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 28adaed commit 2868498
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,6 +20,8 @@ jobs: | |||
| 20 | 20 | architecture: x64 | |
| 21 | 21 | - name: Checkout python-binance | |
| 22 | 22 | uses: actions/checkout@v3 | |
| 23 | + - name: Install dependencies | ||
| 24 | + run: pip install -r requirements.txt | ||
| 23 | 25 | - name: Install flake8 | |
| 24 | 26 | run: pip install flake8 | |
| 25 | 27 | - name: Run pyright | |
| Back | FazBrowse Home | New Git URL |
0 commit comments