Skip to content

Commit

Permalink
fix auto update error
Browse files Browse the repository at this point in the history
  • Loading branch information
themanyfaceddemon authored Jun 26, 2024
1 parent 87bfb52 commit b4dd801
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-cl-update-atd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
python-version: '3.x'

- name: Install requirements
run: pip install requests

- name: Get PR Information
id: pr_info
run: |
Expand Down

0 comments on commit b4dd801

Please sign in to comment.