Skip to content

Commit ceefad4

Browse files
committed
fix: Added requirements for the README update workflow
1 parent fc87708 commit ceefad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-python-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
python -m pip install requests python-dateutil colorama
31+
python -m pip install requests python-dateutil colorama packaging
3232
3333
- name: Generate supported versions
3434
id: generate

0 commit comments

Comments
 (0)