From 4851457e9313e47c0d20cfcd93d030f59c7da1c2 Mon Sep 17 00:00:00 2001 From: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com> Date: Sat, 18 Jun 2022 16:19:09 -0500 Subject: [PATCH] ci: Add Python version to support setup-python v4 --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d9e974936..74f91bec1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,6 +8,8 @@ jobs: steps: - name: Set up Python uses: actions/setup-python@v3 + with: + python-version: '3.x' - name: Fetch pull request branch uses: actions/checkout@v3 with: