Skip to content

Commit 650d498

Browse files
committed
Add missing default Python version to workflow
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent a6945e8 commit 650d498

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- 'gh-readonly-queue/**'
1212
workflow_dispatch:
1313

14+
env:
15+
DEFAULT_PYTHON_VERSION: '3.11'
1416

1517
jobs:
1618
test:

0 commit comments

Comments
 (0)