From 8234713a427e335ab147d5f2241d67067607bfe0 Mon Sep 17 00:00:00 2001 From: Itay Cohen Date: Mon, 20 Jan 2020 18:14:05 +0200 Subject: [PATCH] Fix builds by using python 3.7.x instead of 3.7.5 (#2022) * Fix builds by using python 3.7.x instead of 3.7.5 --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 613f7751..7d7373d3 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-18.04, ubuntu-16.04, macos-latest] - python-version: [3.7.5] + python-version: [3.7.x] # Prevent one job from pausing the rest fail-fast: false steps: