From 044a9aeb5cb2b7691e73e6eba7ca620976ed0f28 Mon Sep 17 00:00:00 2001 From: Shyam Dwaraknath Date: Fri, 10 Jan 2020 09:55:01 -0800 Subject: [PATCH] setup python in release workflow --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 129207a3e..a815f3422 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,6 +92,10 @@ jobs: steps: - uses: actions/checkout@v1 + - uses: actions/setup-python@v1 + with: + python-version: 3.7 + - name: Install dependencies run: | python -m pip install --upgrade pip