Skip to content

Commit

Permalink
Also install the dev packages
Browse files Browse the repository at this point in the history
This is needed, e.g. for faker
  • Loading branch information
rolandgeider committed Jan 16, 2024
1 parent b3494cb commit c76d640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run: |
pip install --upgrade pip
pip install wheel coverage
pip install -r requirements_dev.txt
pip install -r requirements_prod.txt
pip install -e .
Expand Down

0 comments on commit c76d640

Please sign in to comment.