Skip to content

Update reproducibility-checker.yml #8

Update reproducibility-checker.yml

Update reproducibility-checker.yml #8

name: Reproducibility Checker
on:
push:
branches:
- '*'
jobs:
check-reproducibility-of-all-notebooks:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- uses: ./.github/actions/setupconda
- name: Install packages for the checker script
run: conda install nbformat
- name: Run Python Script
run: python ./.github/workflows/reproducibility_checker.py