just stick with staic python versions

This commit is contained in:
Jay Lee
2021-05-04 08:38:56 -04:00
parent 939c79c37f
commit 05bc1c1263

View File

@@ -65,7 +65,7 @@ jobs:
jid: 5
goal: "build"
gamos: "windows"
python: ${{ BUILD_PYTHON_VERSION }}
python: 3.9.5
pyarch: "x64"
platform: "x86_64"
- os: windows-2019
@@ -73,7 +73,7 @@ jobs:
goal: "build"
gamos: "windows"
platform: "x86"
python: ${{ BUILD_PYTHON_VERSION }}
python: 3.9.5
pyarch: "x86"
- os: ubuntu-20.04
goal: "test"