Skip to content

Commit

Permalink
Installs PyGithub on Housekeep Actions (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Feb 24, 2024
1 parent be85dd9 commit 6c50ad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
name: Housekeep
runs-on: ubuntu-latest
steps:
- name: Install Python modules
run: pip install PyGithub
- name: Update PRs
run: |
from datetime import datetime
Expand Down

0 comments on commit 6c50ad0

Please sign in to comment.