Skip to content

Commit

Permalink
Add installation of AMDirT on request and post success
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Mar 15, 2024
1 parent 6dba199 commit 1ff7642
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/autofill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,22 @@ jobs:
comment-id: ${{ github.event.comment.id }}
reactions: eyes
token: ${{ secrets.GITHUB_TOKEN }}

# install AMDirT
- uses: actions/setup-python@v4
with:
python-version: "3.9"
architecture: "x64"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install amdirt==1.5.0
pip install jsonschema==4.17.0
# Post results
- name: Post PR comment
uses: marocchino/sticky-pull-request-comment@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
number: ${{ steps.pr_number.outputs.pr_number }}
message: "Success!"

0 comments on commit 1ff7642

Please sign in to comment.