mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Added python requests intallation
This commit is contained in:
parent
435701a2a3
commit
8c9321105a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
|
@ -62,6 +62,9 @@ jobs:
|
|||
python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||
architecture: "x64"
|
||||
|
||||
- name: Install requests
|
||||
run: python -m pip install requests
|
||||
|
||||
#Run benchmark with `python bench/bench.py` and stores the output to a file
|
||||
- name: Run benchmark
|
||||
run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue