From 943d327975ee881b469a24c7c0e65fd60caec55e Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 11:55:11 -0500 Subject: [PATCH] actions take 66 --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3399f5a..4cf8e8dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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)