Skip to content

Commit

Permalink
Github workflows install requirements/base.txt using pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
cxrxixs committed May 11, 2024
1 parent 55da2b2 commit e769b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install dependencies
if: steps.chache-pipenv.outputs.cache-hit != 'true'
run: |
python -m pipenv install --dev && pip install -r requirements/base.txt
python -m pipenv install --dev && python -m pipenv install -r requirements/base.txt
- name: Apply DB migrations
run: |
Expand Down

0 comments on commit e769b3a

Please sign in to comment.