Skip to content

chore: Fix conditional statement in build-static.yml for x86_64h arch… #92

chore: Fix conditional statement in build-static.yml for x86_64h arch…

chore: Fix conditional statement in build-static.yml for x86_64h arch… #92

Workflow file for this run

name: Test notebook
on:
push:
branches: [ "master", "dev" ]
pull_request:
branches: [ "master", "dev" ]
jobs:
notebook:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/[email protected]
with:
python-version: 3.9
- name: Install dependencies
run: |
pip install papermill notebook
- name: Run notebook
run: |
sed -i -E 's|foldcomp==\d\.\d\.\d|@ git+https://github.com/steineggerlab/foldcomp|g' foldcomp-py-examples.ipynb
(cd test; papermill ../foldcomp-py-examples.ipynb ../foldcomp-py-examples-out.ipynb)