Merging upstream version 1.10.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f9ac49e01b
commit
0b1bc50af3
10 changed files with 134 additions and 44 deletions
4
.github/workflows/test-binary-build.yaml
vendored
4
.github/workflows/test-binary-build.yaml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
test-release-binary:
|
||||
name: Test Build Executable Binary. You can download from Artifact after building.
|
||||
runs-on: ubuntu-16.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# FIXME
|
||||
# help test shouldn't depends on this to run
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
|||
with:
|
||||
path: venv
|
||||
# Look to see if there is a cache hit for the corresponding requirements file
|
||||
key: ubuntu-16.04-poetryenv-${{ hashFiles('poetry.lock') }}
|
||||
key: ubuntu-latest-poetryenv-${{ hashFiles('poetry.lock') }}
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
python3 -m venv venv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue