actions take 66

This commit is contained in:
Jay Lee
2020-12-04 11:55:11 -05:00
parent 6c4aced95e
commit 943d327975

View File

@@ -95,10 +95,12 @@ jobs:
- name: Use pre-compiled Python for testing old versions
if: matrix.goal == 'test'
uses: actions/checkout@v2
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Set env variables for pre-compiled Python
if: matrix.goal == 'test'
run: |
export python=$(which python3)
export pip=$(which pip3)