Skip to content

Commit

Permalink
Use updated compare.py
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Feb 21, 2025
1 parent daec8ae commit cecf4be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/compare-regdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ jobs:
git add tardis
git commit -m "Update regression data for commit ${GITHUB_SHA}"
working-directory: ${{ github.workspace }}/tardis-regression-data

- name: Update compare.py from fork
run: |
curl -s https://raw.githubusercontent.com/atharva-2001/tardis-regression-data/refs/heads/update_notebook/compare.py > compare.py
working-directory: ${{ github.workspace }}/tardis-regression-data

- name: Run comparison notebook
run: |
Expand Down

0 comments on commit cecf4be

Please sign in to comment.