From caffa5bb7ff7d080918884a14323b6585993c3ca 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: I4a754cee867c1b43c39c60b5f095eb6003a76185 --- .github/actions/install-meltingpot/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/install-meltingpot/action.yml b/.github/actions/install-meltingpot/action.yml index c8c1d848..5a75e9aa 100644 --- a/.github/actions/install-meltingpot/action.yml +++ b/.github/actions/install-meltingpot/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 Melting Pot installation id: restore