Skip to content

Commit 4c9e668

Browse files
authored
Update action.yml
1 parent 16a798f commit 4c9e668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
gh attestation verify commit_check-*.whl -R commit-check/commit-check
5555
5656
# Install artifact
57-
python3 -m pip install commit_check-*.whl
57+
python3 -m pip install commit_check-*.whl PyGithub-*.whl
5858
python3 -m venv venv
5959
source venv/bin/activate
6060
python3 "$GITHUB_ACTION_PATH/main.py"

0 commit comments

Comments
 (0)