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

Commit 3085d37

Browse files
committed
ci: use python3.6 for tools
1 parent 0b5da4b commit 3085d37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ matrix:
88

99
pipeline:
1010
fmt_and_lint:
11-
image: python:alpine
11+
image: python:3.6-alpine
1212
commands:
1313
- pip install pylama yapf
1414
- yapf -dr packet | (! grep '.')

0 commit comments

Comments
 (0)