Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 32dbe1f

Browse files
authored
Run WebTransport E2E test with Python 3.10 (#1278)
It looks like some dependencies don't work with Python 3.11.
1 parent ef59de6 commit 32dbe1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/webtransport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: "14"
2424
- uses: actions/setup-python@v2
2525
with:
26-
python-version: '3.x'
26+
python-version: '3.10'
2727
- run: npm install
2828
name: Install dependencies for JavaScript SDK
2929
working-directory: third_party/owt-client-javascript/scripts

0 commit comments

Comments
 (0)