mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Return of the pip
This commit is contained in:
parent
a9d4b79b2e
commit
20ff937a3a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/benchmark.yml
vendored
4
.github/workflows/benchmark.yml
vendored
|
@ -50,6 +50,10 @@ jobs:
|
|||
with:
|
||||
python-version: "3.x"
|
||||
architecture: "x64"
|
||||
cache: "pip"
|
||||
|
||||
- name: Install requests
|
||||
run: python -m pip install requests
|
||||
|
||||
- name: Run benchmark
|
||||
run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue