Skip to content

Commit e507a81

Browse files
committed
Pin PyGithub version.
1 parent 8886254 commit e507a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/track-clones.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: 3.9
2020
- name: Install dependencies
2121
run: |
22-
pip3 install PyGithub
22+
pip3 install PyGithub==2.5.0
2323
python -m pip install --upgrade pip pandas
2424
- name: Pull any download-stats changes
2525
run: git pull

0 commit comments

Comments
 (0)