Skip to content

Commit ebaec9e

Browse files
committed
Minor change
1 parent 4a7c85d commit ebaec9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/osx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: Repair wheel
122122
run: |
123-
delocate-listdeps stpyv8-${{ matrix.os }}-${{ matrix.python-version }}/stpyv8*.whl
123+
# delocate-listdeps stpyv8-${{ matrix.os }}-${{ matrix.python-version }}/stpyv8*.whl
124124
delocate-wheel --require-archs x86_64 stpyv8-${{ matrix.os }}-${{ matrix.python-version }}/stpyv8*.whl
125125
126126
- name: Install wheel

0 commit comments

Comments
 (0)