Skip to content

Commit

Permalink
Update reproducibility-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Feb 5, 2024
1 parent f5b8c74 commit e642da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reproducibility-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: ./.github/actions/setupconda

- name: Install packages for the checker script
run: conda install nbformat
run: pip install nbformat

- name: Run Python Script
run: python ./.github/workflows/reproducibility_checker.py

0 comments on commit e642da1

Please sign in to comment.