Skip to content

Commit

Permalink
ci: install dev packages to get pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
kentbull committed Feb 28, 2024
1 parent da5f4af commit 5c1052b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
python-version: '3.10'

- name: Install pipenv
run: python -m pip install pipenv
run: |
python -m pip install pipenv
python -m pip install pipenv --dev
- name: Install dependencies
run: PIPENV_VENV_IN_PROJECT=1 pipenv install --deploy --ignore-pipfile
Expand Down

0 comments on commit 5c1052b

Please sign in to comment.