Skip to content

Commit

Permalink
adds missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Sep 6, 2024
1 parent 6cc3f5c commit e808e7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install black
pip install flake8
pip install -r requirements.txt -r requirements/dev.txt
working-directory: xero-python

Expand Down

0 comments on commit e808e7d

Please sign in to comment.