Skip to content

Commit 5308cf1

Browse files
committed
ci: install flask through apt
1 parent fa17578 commit 5308cf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323

2424
- name: Install pre-commit deps
2525
run: |
26-
sudo apt install -y pre-commit
27-
pip install flask
26+
sudo apt install -y pre-commit python3-flask
2827
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
2928
go install golang.org/x/tools/cmd/goimports@latest
3029
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest

0 commit comments

Comments
 (0)