Skip to content

Commit 0743613

Browse files
committed
[MINOR] Fix python doc os version for restoring code coverage
1 parent 63e6efe commit 0743613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: mvn -ntp -P distribution package
6161

6262
doc2:
63-
runs-on: ubuntu-latest
63+
runs-on: ubuntu-22.04
6464
name: Python
6565
steps:
6666
- name: Checkout Repository
@@ -69,7 +69,7 @@ jobs:
6969
- name: Setup Python
7070
uses: actions/setup-python@v5
7171
with:
72-
python-version: 3.8
72+
python-version: 3.7
7373
architecture: 'x64'
7474

7575
- name: Cache Pip Dependencies

0 commit comments

Comments
 (0)