Skip to content

Commit

Permalink
[MINOR] Fix python doc os version for restoring code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mboehm7 committed Dec 12, 2024
1 parent 63e6efe commit 0743613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0743613

Please sign in to comment.