mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
[Dependency] Added scipy installation
This commit is contained in:
parent
19ac40d92d
commit
7cb82e2979
2 changed files with 8 additions and 4 deletions
6
.github/workflows/benchmark-cachegrind.yml
vendored
6
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -39,8 +39,10 @@ jobs:
|
|||
python-version: "3.9"
|
||||
architecture: "x64"
|
||||
|
||||
- name: Install requests
|
||||
run: python -m pip install requests && pwd
|
||||
- name: Install python dependencies
|
||||
run: |
|
||||
python -m pip install requests
|
||||
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
|
||||
|
||||
- name: Run benchmark
|
||||
run: |
|
||||
|
|
6
.github/workflows/benchmark.yml
vendored
6
.github/workflows/benchmark.yml
vendored
|
@ -39,8 +39,10 @@ jobs:
|
|||
python-version: "3.9"
|
||||
architecture: "x64"
|
||||
|
||||
- name: Install requests
|
||||
run: python -m pip install requests && pwd
|
||||
- name: Install python dependencies
|
||||
run: |
|
||||
python -m pip install requests
|
||||
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
|
||||
|
||||
- name: Run benchmark
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue