Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 27ac8bf

Browse files
committed
Use poetry
1 parent 62d3616 commit 27ac8bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ lint:
99
name: $CI_REGISTRY_IMAGE:latest
1010
entrypoint: [""]
1111
before_script:
12-
- pip install -e ".[all]"
12+
- pip install poetry
13+
- poetry install
1314
script:
14-
- ./scripts-dev/lint.sh
15+
- poetry run ./scripts-dev/lint.sh
1516

1617
test-trial:
1718
stage: test

0 commit comments

Comments
 (0)