Skip to content

Commit

Permalink
dev install for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jul 25, 2023
1 parent 55a7af2 commit 0677113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- id: pipenv-install
name: Install Python dependencies
run: pipenv install --skip-lock --python `which python`
run: pipenv install --skip-lock --dev --python `which python`
shell: bash

- id: run
Expand Down

0 comments on commit 0677113

Please sign in to comment.