Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
pipenv lock
  • Loading branch information
halleysouza authored Dec 19, 2023
1 parent 2674eec commit dae691b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Install dependencies
if: steps.cache-pipenv.outputs.cache-hit != 'true'
run: pipenv install --deploy --dev
run: pipenv lock && pipenv install --deploy --dev

- name: Run make test
run: pipenv run make test

0 comments on commit dae691b

Please sign in to comment.