This is an automated email from the ASF dual-hosted git repository.

baunsgaard 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 3024817626 [MINOR] Disable Javadoc Generation for Python Tests
3024817626 is described below

commit 3024817626f3e9bdc4a5e5c0ce5c01f0dd565cd9
Author: Sebastian Baunsgaard <[email protected]>
AuthorDate: Wed Oct 22 13:35:43 2025 +0200

    [MINOR] Disable Javadoc Generation for Python Tests
---
 .github/workflows/python.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 299c50718e..bf20101e6c 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -90,7 +90,7 @@ jobs:
         key: ${{ runner.os }}-${{ hashFiles('.github/workflows/python.yml') }}
 
     - name: Maven clean & package
-      run: mvn -ntp clean package -P distribution -B
+      run: mvn -ntp clean package -P distribution -B -Ddoc.skip=true
 
     - name: Setup Python ${{ matrix.python-version }}
       uses: actions/setup-python@v6

Reply via email to