Skip to content

Commit ae37773

Browse files
author
Saurav Sharma
committed
ci: add missing python v3.11 for nox test
Signed-off-by: Saurav Sharma <[email protected]>
1 parent 4786ff9 commit ae37773

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python_app.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v3
17+
- uses: actions/setup-python@v4
18+
with:
19+
python-version: "3.11"
1720
- uses: actions/setup-python@v4
1821
with:
1922
python-version: "3.10"

0 commit comments

Comments
 (0)