mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Added requests install for python
This commit is contained in:
parent
decdf98942
commit
17ed62260a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/benchmark.yml
vendored
1
.github/workflows/benchmark.yml
vendored
|
@ -61,6 +61,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
architecture: "x64"
|
architecture: "x64"
|
||||||
|
run: pip install requests
|
||||||
|
|
||||||
#Run benchmark with `python bench/bench.py` and stores the output to a file
|
#Run benchmark with `python bench/bench.py` and stores the output to a file
|
||||||
- name: Run benchmark
|
- name: Run benchmark
|
||||||
|
|
Loading…
Add table
Reference in a new issue