aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2020-04-03 10:44:18 +0200
committerGitHub <noreply@github.com>2020-04-03 10:44:18 +0200
commit0b76afdf5759d229f5657d447866691c433caf45 (patch)
tree38bf43062cfd55780db271d71604199e1fd242de /.github/workflows
parent49bc7d944a94f2e4bb0f7b9572234a5b67cb0fb2 (diff)
parent19aa7aeeb7aa7e66fed6e103dc19c91c55338674 (diff)
downloadmitmproxy-0b76afdf5759d229f5657d447866691c433caf45.tar.gz
mitmproxy-0b76afdf5759d229f5657d447866691c433caf45.tar.bz2
mitmproxy-0b76afdf5759d229f5657d447866691c433caf45.zip
Merge pull request #3882 from mhils/pin-mypy
Update mypy and pin version
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b36d8c4f..fce4dcf3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- - run: pip install mypy
+ - run: pip install mypy==0.770
- run: mypy .
test:
strategy: