From ad496274f911558d1e75ebbb78958927bb3930a4 Mon Sep 17 00:00:00 2001 From: John Agapiou Date: Thu, 4 Jan 2024 03:13:02 -0800 Subject: [PATCH] restore accidentally removed python-version PiperOrigin-RevId: 595652870 Change-Id: I3ef8b6446eaa5a920f43e7b0c11d9cb2f73c4375 --- .github/actions/install-concordia/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/install-concordia/action.yml b/.github/actions/install-concordia/action.yml index 78568c71..bbbb9824 100644 --- a/.github/actions/install-concordia/action.yml +++ b/.github/actions/install-concordia/action.yml @@ -27,6 +27,8 @@ runs: - name: Set up Python ${{ inputs.python-version }} id: setup-python uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 + with: + python-version: ${{ inputs.python-version }} - name: Restore Concordia installation id: restore