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/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
python --version
|
python --version
|
||||||
pip install tox
|
pip install 'tox<4'
|
||||||
tox --version
|
tox --version
|
||||||
- name: Test ${{ matrix.config.tox }}
|
- name: Test ${{ matrix.config.tox }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Install tox-gh-matrix
|
- name: Install tox-gh-matrix
|
||||||
run: |
|
run: |
|
||||||
python -m pip install tox tox-gh-matrix
|
python -m pip install 'tox<4' 'tox-gh-matrix<0.2'
|
||||||
python -m tox --version
|
python -m tox --version
|
||||||
- name: Generate tox envlist
|
- name: Generate tox envlist
|
||||||
id: generate-envlist
|
id: generate-envlist
|
||||||
|
|||||||
Reference in New Issue
Block a user