mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Fix test workflows
Pin to tox v3 for now. (tox plugins aren't ready for tox v4 yet.)
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- name: Install tox-gh-matrix
|
||||
run: |
|
||||
python -m pip install tox tox-gh-matrix
|
||||
python -m pip install 'tox<4' 'tox-gh-matrix<0.2'
|
||||
python -m tox --version
|
||||
- name: Generate tox envlist
|
||||
id: generate-envlist
|
||||
|
||||
Reference in New Issue
Block a user