Skip to content

Commit

Permalink
fix missing test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romnn committed Feb 14, 2021
1 parent 0188871 commit 469228d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion {{cookiecutter.project_slug}}/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: |
pip install pipenv
pipenv install --dev
- name: Code checks
uses: pre-commit/action@v2.0.0
with:
extra_args: --all-files

test:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 469228d

Please sign in to comment.