Skip to content

Commit 34380fb

Browse files
committed
add poetry to build stage
1 parent e732537 commit 34380fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- stage: "build"
4242
before_script:
43-
- "pip install invoke toml"
43+
- "pip install invoke poetry toml"
4444
script:
4545
- "invoke build-image --nocache"
4646
- "poetry build"

0 commit comments

Comments
 (0)