Skip to content

Commit be83b2b

Browse files
committed
Minor change
1 parent b6237c8 commit be83b2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
uses: actions/setup-python@v5
1313
with:
1414
python-version: ${{ '3.12' }}
15+
- name: Upgrade Pip, Install Minimum Requirements
16+
run: |
17+
python -m pip install --upgrade pip pandas lxml
18+
shell: bash
1519
- name: Display Python Version
1620
run: python -c "import sys; print(sys.version)"
1721
shell: bash

0 commit comments

Comments
 (0)