Skip to content

Commit

Permalink
ci, docs: Use Python 3.11 to generate online docs (#2785)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely authored Aug 22, 2023
1 parent 94af56d commit 9aa16a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pnl-ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
# Matrix setup is a hacky way to include 'base' build in pull requests
# The entire matrix is set up and 'base' builds are pruned based
# on event name and final configuration (ubuntu, python3.7).
# on event name and final configuration (ubuntu, python3.11).
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-architecture: ['x64']
Expand All @@ -37,20 +37,20 @@ jobs:
pnl-version: 'base'
- os: windows-latest
pnl-version: 'base'
- python-version: '3.7'
pnl-version: 'base'
- python-version: '3.8'
pnl-version: 'base'
- python-version: '3.9'
pnl-version: 'base'
- python-version: '3.10'
pnl-version: 'base'
- python-version: '3.11'
pnl-version: 'base'

outputs:
on_master: ${{ steps.on_master.outputs.on-branch }}

steps:
# increased fetch-depth and tag checkout needed as in pnl-ci.yml
# Increased fetch-depth and tag checkout needed compared to pnl-ci.yml
- name: Checkout sources
uses: actions/checkout@v3
if: ${{ matrix.pnl-version == 'head' }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7]
python-version: [3.11]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 9aa16a1

Please sign in to comment.