Skip to content

Improved gcorr iteration script #99

Improved gcorr iteration script

Improved gcorr iteration script #99

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout github repo
uses: actions/checkout@v3
- name: Lint
uses: psf/black@stable
- name: Setup python
uses: actions/setup-python@v4
- name: Install dependencies
run: |
python -m pip install --upgrade jupyter matplotlib
- name: Build and install
run: |
python -m pip install -e .
- name: Run tutorial to test
working-directory: docs/notebooks
run: |
jupyter nbconvert --to script XFaster_Tutorial.ipynb
python XFaster_Tutorial.py