Skip to content

Commit

Permalink
add jinja2 for testing requirements and change gha pytest to run on d…
Browse files Browse the repository at this point in the history
…ev branch push
  • Loading branch information
donaldcampbelljr committed Jul 25, 2023
1 parent 962826d commit f42a0fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run pytests

on:
push:
branches: [master]
branches: [master, dev]
pull_request:
branches: [master]
branches: [master, dev]
workflow_dispatch:
inputs: null

Expand Down
1 change: 1 addition & 0 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ black
coveralls
pytest>=4.6.9
pytest-cov>=2.8.1
jinja2

0 comments on commit f42a0fe

Please sign in to comment.