mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
[Config] Updated python setup action version
This commit is contained in:
parent
e980158528
commit
5b0e840bb0
1 changed files with 4 additions and 1 deletions
5
.github/workflows/benchmark.yml
vendored
5
.github/workflows/benchmark.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue