From 5b0e840bb06cb138aed331250657832157f1c3ad Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 12 May 2022 19:12:43 +0300 Subject: [PATCH] [Config] Updated python setup action version --- .github/workflows/benchmark.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3880a303..176589eb 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -57,7 +57,10 @@ jobs: ./luau tests/conformance/assert.lua ./luau-analyze tests/conformance/assert.lua - - uses: actions/setup-python@v1 + - uses: actions/setup-python@v3 + with: + python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax + architecture: "x64" #Run benchmark with `python bench/bench.py` and stores the output to a file - name: Run benchmark