summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-05-21 13:13:51 -0400
committerGitHub <noreply@github.com>2020-05-21 13:13:51 -0400
commita670e01c229cd71529a7313f1d5b96ae3e0cd69d (patch)
tree6976ecb82c99269e3ffbd96bee080f230df5dcad /.github
parentc008f4041bfc3c8a6f734cf1b2c06780d91c9c45 (diff)
ci: upgrade Python for integration tests (#1243)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index dfc17edbe..4c3f7bb68 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -119,7 +119,7 @@ jobs:
# Install Python at a fixed version
- uses: actions/setup-python@v1
with:
- python-version: "3.8.2"
+ python-version: "3.7.7"
# Install dotnet at a fixed version
- uses: actions/setup-dotnet@v1