actions take 129

This commit is contained in:
Jay Lee
2020-12-05 12:12:50 -05:00
parent 4634237879
commit 4fda0b6aaa

View File

@@ -49,7 +49,8 @@ jobs:
jid: 5
goal: "build"
gamos: "windows"
python: 3.9.0
python: 3.9.0
pyarch: "x64"
platform: "x86_64"
- os: windows-2019
jid: 6
@@ -57,6 +58,7 @@ jobs:
gamos: "windows"
platform: "x86"
python: 3.9.0
pyarch: "x86"
- os: ubuntu-20.04
goal: "test"
python: "3.6"
@@ -108,7 +110,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.PLATFORM }}
architecture: ${{ matrix.pyarch }}
- name: Set env variables for pre-compiled Python
if: matrix.goal == 'test'