From ceb308d4027bfafa78d4cb30f879b4d370a4635f Mon Sep 17 00:00:00 2001 From: Akuli Date: Wed, 12 May 2021 19:13:01 +0300 Subject: [PATCH] run pytype_test in python 3.9 (#5425) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 277d7d857..713eb3d67 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: 3.6 + python-version: 3.9 - run: pip install -r requirements-tests-py3.txt - run: ./tests/pytype_test.py