Skip to content

docs: add sanjayankur31 as a contributor for review, content, and 2 more #6

docs: add sanjayankur31 as a contributor for review, content, and 2 more

docs: add sanjayankur31 as a contributor for review, content, and 2 more #6

Workflow file for this run

name: Test build pull requests
on:
pull_request:
branches: [ main, development ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-book.txt
- name: Run jupyter-book
run: |
jupyter-book clean ./source
jupyter-book build ./source