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:
medmunds
2023-02-08 12:58:16 -08:00
parent 39e822321f
commit b84435d7f6
2 changed files with 4 additions and 4 deletions

View File

@@ -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