File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 36
36
run : |
37
37
python setup.py v8
38
38
sudo --preserve-env=STPYV8_DEBUG python setup.py sdist bdist_wheel -d stpyv8-${{ matrix.os }}-${{ matrix.python-version }}-debug
39
- # sudo --preserve-env=STPYV8_DEBUG python setup.py install
39
+ sudo --preserve-env=STPYV8_DEBUG python setup.py install
40
40
# sudo --preserve-env=STPYV8_DEBUG cp v8/out.gn/x64.release.sample/icudtl.dat stpyv8-${{ matrix.os }}-${{ matrix.python-version }}-debug/icudtl.dat
41
- sudo --preserve-env=STPYV8_DEBUG pip install .
42
41
env :
43
42
STPYV8_DEBUG : 1
44
43
Original file line number Diff line number Diff line change 42
42
run : |
43
43
python setup.py v8
44
44
sudo python setup.py sdist bdist_wheel -d stpyv8-${{ matrix.os }}-${{ matrix.python-version }}
45
- # sudo python setup.py install
45
+ sudo python setup.py install
46
46
# sudo cp v8/out.gn/x64.release.sample/icudtl.dat stpyv8-${{ matrix.os }}-${{ matrix.python-version }}/icudtl.dat
47
- sudo pip install .
48
47
49
48
- name : Test wheel
50
49
run : |
You can’t perform that action at this time.
0 commit comments