mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug WIP
This commit is contained in:
parent
968e262201
commit
dfa73c9592
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install python dependencies
|
- name: Install python dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install requests
|
pip3 install requests
|
||||||
python -m pip install numpy scipy matplotlib ipython jupyter pandas sympy nose
|
pip3 install numpy scipy matplotlib ipython jupyter pandas sympy nose
|
||||||
|
|
||||||
- name: Install valgrind
|
- name: Install valgrind
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue