From 37f9a603984f896a2b89688d3d1a66631fb9067d Mon Sep 17 00:00:00 2001 From: Schlopper Date: Mon, 28 Oct 2019 00:32:18 +0100 Subject: [PATCH] Update action.yml --- action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/action.yml b/action.yml index 7a0ac63c..241dea9e 100644 --- a/action.yml +++ b/action.yml @@ -15,3 +15,11 @@ inputs: runs: using: 'node12' main: 'lib/setup-python.js' + +steps: +- uses: actions/checkout@master +- uses: actions/setup-python@v1 + with: + python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax. + architecture: 'x64' # (x64 or x86) +- run: python my_script.py