Skip to content

feat(jupyter): forward extra HTTP headers and honor an explicit token #45

feat(jupyter): forward extra HTTP headers and honor an explicit token

feat(jupyter): forward extra HTTP headers and honor an explicit token #45

Workflow file for this run

name: Build
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
workflow_dispatch:
jobs:
python-build:
name: Python Build & Test (${{ matrix.python-version }})
strategy:
matrix:
python-version: ['3.11', '3.12']
uses: ./.github/workflows/reusable-python.yml
with:
python-version: ${{ matrix.python-version }}
install-extras: test,typing
extra-packages: dbus-python keyring secretstorage
run-tests: true
test-command: pytest tests/ --cov=code_sandboxes --cov-report term-missing
run-mypy: true
mypy-target: code_sandboxes