Adding upstream version 20.11.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8a068da99c
commit
07f4660f31
141 changed files with 66644 additions and 54334 deletions
6
.github/workflows/python-package.yml
vendored
6
.github/workflows/python-package.yml
vendored
|
@ -28,4 +28,8 @@ jobs:
|
|||
- name: Run checks (linter, code style, tests)
|
||||
run: |
|
||||
source ./.venv/bin/activate
|
||||
make check
|
||||
if [[ ${{ matrix.python-version }} == "3.7" ]]; then
|
||||
make test test-rs
|
||||
else
|
||||
make check
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue