From 04593cbf8f852dea9a11dc3d75bb7fdb1ca0dd7b Mon Sep 17 00:00:00 2001 From: Vinicius Guedes Date: Fri, 8 May 2020 18:23:53 -0300 Subject: [PATCH] chore: run deploy flow only on python 3.7 version --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 11c220c..3a20711 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.7] steps: - uses: actions/checkout@v2