Merge branch 'master' into python-3.12

This commit is contained in:
Erik Wrede 2024-06-13 16:33:19 +02:00 committed by GitHub
commit a2518e6fff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,14 +43,12 @@ jobs:
- name: get pip cache dir
id: pip-cache
run: echo "::set-output name=dir::$(pip cache dir)"
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: cache pip dependencies
uses: actions/cache@v3
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: pip|${{ runner.os }}|${{ matrix.python }}|${{ hashFiles('setup.py') }}
- run: pip install tox
- run: tox -e ${{ matrix.tox }}
- name: Upload coverage.xml