Skip to content

Commit 45e9977

Browse files
committed
Minor change
1 parent 646abd6 commit 45e9977

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ jobs:
183183
echo "::error::Wheel build failed"
184184
exit 1
185185
}
186-
python setup.py install
186+
# python setup.py install
187+
pip install --upgrade ${{ env.DIST_NAME }}/stpyv8*.whl
187188
if (-not $?) {
188189
echo "::error::Wheel installation failed"
189190
exit 1

0 commit comments

Comments
 (0)