Skip to content

Commit

Permalink
Use tox-gh
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemanger committed Nov 25, 2024
1 parent 7f2d914 commit b60a5be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
pip install tox tox-gh
- name: Test with tox
env:
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ legacy_tox_ini = """
django{5}-py{310,311,312}-sendgrid{5,6}
django{51}-py{310,311,312,313}-sendgrid{5,6}
[gh-actions]
[gh]
python =
3.7: py37
3.8: py38
Expand Down

0 comments on commit b60a5be

Please sign in to comment.