Skip to content

Commit bbc0575

Browse files
committed
gh-91048: Relax test_async_global_awaited_by to fix flakyness
1 parent 1d9406e commit bbc0575

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@ jobs:
413413
key: hypothesis-database-${{ github.head_ref || github.run_id }}
414414
restore-keys: |
415415
hypothesis-database-
416+
- name: Setup upterm session
417+
uses: lhotari/action-upterm@v1
416418
- name: "Run tests"
417419
working-directory: ${{ env.CPYTHON_BUILDDIR }}
418420
run: |

0 commit comments

Comments
 (0)