Skip to content

Commit 2868498

Browse files
author
Sam McHardy
committed
Install dependencies when linting
1 parent 28adaed commit 2868498

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
architecture: x64
2121
- name: Checkout python-binance
2222
uses: actions/checkout@v3
23+
- name: Install dependencies
24+
run: pip install -r requirements.txt
2325
- name: Install flake8
2426
run: pip install flake8
2527
- name: Run pyright

0 commit comments

Comments
 (0)