mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Reverted pip install change in benchmark workflow
This commit is contained in:
parent
17ed62260a
commit
1af36eb542
1 changed files with 0 additions and 1 deletions
1
.github/workflows/benchmark.yml
vendored
1
.github/workflows/benchmark.yml
vendored
|
@ -61,7 +61,6 @@ jobs:
|
|||
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: pip install requests
|
||||
|
||||
#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