Skip to content

Commit 646abd6

Browse files
committed
[Github Actions] Minor change
1 parent db9e1a2 commit 646abd6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/osx-debug.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636
run: |
3737
python setup.py v8
3838
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
4040
# 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 .
4241
env:
4342
STPYV8_DEBUG: 1
4443

.github/workflows/osx.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
run: |
4343
python setup.py v8
4444
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
4646
# sudo cp v8/out.gn/x64.release.sample/icudtl.dat stpyv8-${{ matrix.os }}-${{ matrix.python-version }}/icudtl.dat
47-
sudo pip install .
4847
4948
- name: Test wheel
5049
run: |

0 commit comments

Comments
 (0)