Skip to content

Commit e808e7d

Browse files
author
Vignesh Kennadi
committed
adds missing dependencies
1 parent 6cc3f5c commit e808e7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
python -m venv venv
2626
source venv/bin/activate
2727
pip install --upgrade pip
28+
pip install black
29+
pip install flake8
2830
pip install -r requirements.txt -r requirements/dev.txt
2931
working-directory: xero-python
3032

0 commit comments

Comments
 (0)