Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther authored Feb 26, 2024
1 parent 2c3de8a commit aa97eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
with:
python-version: "3.11"
- name: Install Dependencies
run: pip install -e .
run: pip install -r "${{ github.action_path }}/requirements.txt"
shell: bash
- name: Run validator
run: python3 "${{ github.action_path }}/aws_doc_sdk_examples_tools/validate.py" --root "${{ inputs.root }}"
Expand Down

0 comments on commit aa97eb6

Please sign in to comment.