Skip to content

Commit b158df3

Browse files
committed
Set python_version to be used with base-setup action
1 parent 546f9ea commit b158df3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
7878
link_check:
7979
runs-on: ubuntu-latest
80+
env:
81+
PYTHON_VERSION: '3.11'
8082
steps:
8183
- uses: actions/checkout@v4
8284
- name: Set up Python 3.11

0 commit comments

Comments
 (0)