mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-22 21:01:05 -05:00
CI: update job output mechanism
GH workflow changed job outputs from `echo ::set-output` to appending to `$GITHUB_OUTPUT` file. tox-gh-matrix 0.2.0 supports new mechanism
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Install tox-gh-matrix
|
||||
run: |
|
||||
python -m pip install 'tox<4' 'tox-gh-matrix<0.2'
|
||||
python -m pip install 'tox<4' 'tox-gh-matrix<0.3'
|
||||
python -m tox --version
|
||||
- name: Generate tox envlist
|
||||
id: generate-envlist
|
||||
|
||||
Reference in New Issue
Block a user