|
@@ -78,11 +78,11 @@ jobs:
|
|
# just fetching 1 commit is not enough for setuptools-scm, so we fetch all
|
|
# just fetching 1 commit is not enough for setuptools-scm, so we fetch all
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
- name: Set up Python ${{ matrix.python-version }}
|
|
- name: Set up Python ${{ matrix.python-version }}
|
|
- uses: actions/setup-python@v4
|
|
|
|
|
|
+ uses: actions/setup-python@v5
|
|
with:
|
|
with:
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|
|
- name: Cache pip
|
|
- name: Cache pip
|
|
- uses: actions/cache@v3
|
|
|
|
|
|
+ uses: actions/cache@v4
|
|
with:
|
|
with:
|
|
path: ~/.cache/pip
|
|
path: ~/.cache/pip
|
|
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.d/development.txt') }}
|
|
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.d/development.txt') }}
|
|
@@ -114,7 +114,7 @@ jobs:
|
|
#sudo -E bash -c "tox -e py"
|
|
#sudo -E bash -c "tox -e py"
|
|
tox --skip-missing-interpreters
|
|
tox --skip-missing-interpreters
|
|
- name: Upload coverage to Codecov
|
|
- name: Upload coverage to Codecov
|
|
- uses: codecov/codecov-action@v3
|
|
|
|
|
|
+ uses: codecov/codecov-action@v4
|
|
env:
|
|
env:
|
|
OS: ${{ runner.os }}
|
|
OS: ${{ runner.os }}
|
|
python: ${{ matrix.python-version }}
|
|
python: ${{ matrix.python-version }}
|