Skip to content

Commit 35b8803

Browse files
committed
Minor change
1 parent f79ebfd commit 35b8803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-python-eol-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: ${{ '3.12' }}
1515
- name: Upgrade Pip, Install Minimum Requirements
1616
run: |
17-
python -m pip install --upgrade pip pandas lxml
17+
python -m pip install --upgrade pip pandas lxml packaging
1818
shell: bash
1919
- name: Display Python Version
2020
run: python -c "import sys; print(sys.version)"

0 commit comments

Comments
 (0)