Skip to content

Commit 3997752

Browse files
committed
Try winsock reset
1 parent e05e52e commit 3997752

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ jobs:
235235
run: npm run test:unittests
236236
if: matrix.test-suite == 'ts-unit' && startsWith(matrix.python, 3.)
237237

238+
- name: Reset winsock
239+
run: netsh winsock reset catalog
240+
if: matrix.test-suite == 'python-unit' && matrix.os == 'windows-latest'
241+
238242
# Run the Python tests in our codebase.
239243
- name: Run Python unit tests
240244
run: |

0 commit comments

Comments
 (0)