actions take 95

This commit is contained in:
Jay Lee
2020-12-04 18:15:24 -05:00
parent d0b78f8e81
commit c87bc39ad8

View File

@ -99,6 +99,7 @@ jobs:
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: ${{ matrix.python }} python-version: ${{ matrix.python }}
architecture: ${{ matrix.PLATFORM }}
- name: Set env variables for pre-compiled Python - name: Set env variables for pre-compiled Python
if: matrix.goal == 'test' if: matrix.goal == 'test'