flake use python version 3.7 (#1028)

3.7.14 no longer works
This commit is contained in:
KoalaGeo
2022-10-25 13:39:41 +01:00
committed by GitHub
parent dd379d20cc
commit 44412e1adc
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.7.14
python-version: 3.7
architecture: x64
- name: Checkout pygeoapi
uses: actions/checkout@master