diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-18 16:58:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-18 16:58:25 +0100 |
| commit | 19c4052f98e5dc4fe9d7edd7125df6a66efbd79f (patch) | |
| tree | 4a16157765ba95914d55dece2c6c2bb2ee5365a5 /.github/workflows/docs.yml | |
| parent | 911b1619ab62317aaa7594d5fd52c1b8e43969a0 (diff) | |
Refs #34118 -- Used Python 3.12 for GitHub actions.
Diffstat (limited to '.github/workflows/docs.yml')
| -rw-r--r-- | .github/workflows/docs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c7ec6da8e2..a12a9eac31 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.12' cache: 'pip' cache-dependency-path: 'docs/requirements.txt' - run: python -m pip install -r docs/requirements.txt @@ -48,7 +48,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.12' - run: python -m pip install blacken-docs - name: Build docs run: | |
