From 1a3c6ef5a61f37df7f4fc6a8babfabca20d8f019 Mon Sep 17 00:00:00 2001 From: Sanket Patel Date: Fri, 5 Nov 2021 18:19:06 +0530 Subject: [PATCH] ci job: pin python version to 3.9 (#130) There are breaking changes with 3.10 which is failing the ci job. details in #129 --- .github/workflows/gh-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-deploy.yml b/.github/workflows/gh-deploy.yml index 31de7aa..333aa78 100644 --- a/.github/workflows/gh-deploy.yml +++ b/.github/workflows/gh-deploy.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.9' - name: Install dependencies run: | python -m pip install --upgrade pip