From 96eae7c2342d0f43e7e0378a5b0a976f3e430a36 Mon Sep 17 00:00:00 2001 From: anuveyatsu Date: Sun, 22 Mar 2020 21:00:51 +0600 Subject: [PATCH] Use python version 3.6.10 since the previous one isn't available in gh actions. --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index b191e82..9bc90f0 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -11,7 +11,7 @@ jobs: - name: Build the data and create local changes uses: actions/setup-python@v1 with: - python-version: '3.6.2' + python-version: '3.6.10' architecture: x64 - run: | pip install -r requirements.txt