Skip to content

Update quoting section for Python 3.12 #27

Update quoting section for Python 3.12

Update quoting section for Python 3.12 #27

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
timeout-minutes: 2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- run: pip install nbconvert
- run: bash scripts/build.sh