mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug WIP: Updated install python deps
This commit is contained in:
parent
acd937e16f
commit
aeab79c4c2
1 changed files with 5 additions and 5 deletions
10
.github/workflows/static-analysis.yml
vendored
10
.github/workflows/static-analysis.yml
vendored
|
@ -44,14 +44,14 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get install python3
|
||||
|
||||
# - uses: actions/setup-python@v3
|
||||
# with:
|
||||
# python-version: "3.9"
|
||||
# architecture: "x64"
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.9"
|
||||
architecture: "x64"
|
||||
|
||||
- name: Install python dependencies
|
||||
run: |
|
||||
python -m pip install requests numpy scipy matplotlib ipython jupyter pandas sympy nose
|
||||
pip install requests numpy scipy matplotlib ipython jupyter pandas sympy nose
|
||||
|
||||
- name: Install valgrind
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue