Skip to content

Commit

Permalink
Best guess as to getting these paths right
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Mar 27, 2022
1 parent 9c6ab48 commit 1a02c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
run: pip install -U -r requirements.txt

- name: Run Compstate Validation
run: ./validate.py
run: ${{ github.action_path }}/validate.py .

- name: Run Scoring tests
run:
Expand Down

0 comments on commit 1a02c5a

Please # to comment.