Skip to content

Commit

Permalink
fixing path for the validate notebook (#5)
Browse files Browse the repository at this point in the history
* Updating sample paper

* Updating josh's paper

* Updating sample paper

* Updating josh's paper

* Fixing path

* Fixing validate notebook path
  • Loading branch information
KasukabeDefenceForce authored Apr 1, 2024
1 parent 847a0c3 commit 640d6b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ jobs:
- name: Run Validator Notebook
run: |
ls -l -a
jupyter nbconvert --to python validate.ipynb
python3 validate.py
working-directory: research_news

- name: Dispatch to Tardis-org-data
run: |
curl -X POST \
Expand Down

0 comments on commit 640d6b6

Please sign in to comment.