ci: simplify test env
This commit is contained in:
parent
1fcb035fce
commit
a0ed56e22b
1 changed files with 1 additions and 2 deletions
|
|
@ -6,8 +6,7 @@ stages:
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- apt-get install -y make
|
- apt-get install -y make python3-poetry
|
||||||
- pip install poetry
|
|
||||||
- poetry install
|
- poetry install
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue