Skip to content

Commit

Permalink
Try winsock reset
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Apr 14, 2023
1 parent e05e52e commit 3997752
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@ jobs:
run: npm run test:unittests
if: matrix.test-suite == 'ts-unit' && startsWith(matrix.python, 3.)

- name: Reset winsock
run: netsh winsock reset catalog
if: matrix.test-suite == 'python-unit' && matrix.os == 'windows-latest'

# Run the Python tests in our codebase.
- name: Run Python unit tests
run: |
Expand Down

0 comments on commit 3997752

Please sign in to comment.