Merging upstream version 20.3.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2945bcc4f7
commit
4d9376ba93
132 changed files with 55125 additions and 51576 deletions
8
.github/workflows/python-package.yml
vendored
8
.github/workflows/python-package.yml
vendored
|
@ -17,9 +17,15 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Create a virtual environment
|
||||
run: |
|
||||
python -m venv .venv
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
source ./.venv/bin/activate
|
||||
python -m pip install --upgrade pip
|
||||
make install-dev
|
||||
- name: Run checks (linter, code style, tests)
|
||||
run: make check
|
||||
run: |
|
||||
source ./.venv/bin/activate
|
||||
make check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue