Skip to content

Commit b935dbd

Browse files
committed
Fix version in workflow
1 parent 1994b18 commit b935dbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/intelligence-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- name: Bootstrap
3131
uses: ./.github/actions/bootstrap
32+
with:
33+
python-version: 3.11
3234
- name: Install dependencies (mandatory only)
3335
run: |
3436
cd dev

0 commit comments

Comments
 (0)