Skip to content

Commit

Permalink
missing reqs?
Browse files Browse the repository at this point in the history
  • Loading branch information
ashimali committed May 15, 2024
1 parent b241b10 commit cff2955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements/requirements.txt
pip install -r requirements/dev-requirements.txt
- name: lint
Expand Down

0 comments on commit cff2955

Please sign in to comment.