This is an automated email from the ASF dual-hosted git repository.
mboehm7 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new 07436130ab [MINOR] Fix python doc os version for restoring code
coverage
07436130ab is described below
commit 07436130ab30da100cca51fae53d598a9f4052ed
Author: Matthias Boehm <[email protected]>
AuthorDate: Thu Dec 12 15:07:20 2024 +0100
[MINOR] Fix python doc os version for restoring code coverage
---
.github/workflows/documentation.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/documentation.yml
b/.github/workflows/documentation.yml
index 38871d375e..c83a815597 100644
--- a/.github/workflows/documentation.yml
+++ b/.github/workflows/documentation.yml
@@ -60,7 +60,7 @@ jobs:
run: mvn -ntp -P distribution package
doc2:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
name: Python
steps:
- name: Checkout Repository
@@ -69,7 +69,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
- python-version: 3.8
+ python-version: 3.7
architecture: 'x64'
- name: Cache Pip Dependencies