Skip to content

Bump pypa/cibuildwheel from 2.13.1 to 2.14.1 #778

Bump pypa/cibuildwheel from 2.13.1 to 2.14.1

Bump pypa/cibuildwheel from 2.13.1 to 2.14.1 #778

Workflow file for this run

name: Docs
on:
pull_request:
paths-ignore:
- '.ci/**'
env:
CMAKE_ARGS: -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
# Latest Jupyter requires this to acknowledge deprecation
JUPYTER_PLATFORM_DIRS: 1
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: hendrikmuhs/ccache-action@v1.2
with:
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.python-version }}
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- run: sudo apt-get install pandoc
- run: make doc