Skip to content

Commit

Permalink
ci: remove user flag
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Oct 13, 2024
1 parent 71c38df commit f4d7f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install pre-commit deps
run: |
pip install --user pre-commit flask
pip install pre-commit flask
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
Expand Down

0 comments on commit f4d7f22

Please sign in to comment.