Skip to content

build(deps): bump jupyter-book from 1.0.4.post1 to 2.1.2 #484

build(deps): bump jupyter-book from 1.0.4.post1 to 2.1.2

build(deps): bump jupyter-book from 1.0.4.post1 to 2.1.2 #484

Workflow file for this run

name: dev
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
dev-deps:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-2022, macos-14]
python-version: ["3.12"]
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: install developer dependencies
run: |
# NOTE: production use of this command
# would be python -m pip ...
pip install --upgrade pip
pip install -e . --group test --group lint --group docs