We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79ebfd commit 35b8803Copy full SHA for 35b8803
.github/workflows/check-python-eol-actions.yml
@@ -14,7 +14,7 @@ jobs:
14
python-version: ${{ '3.12' }}
15
- name: Upgrade Pip, Install Minimum Requirements
16
run: |
17
- python -m pip install --upgrade pip pandas lxml
+ python -m pip install --upgrade pip pandas lxml packaging
18
shell: bash
19
- name: Display Python Version
20
run: python -c "import sys; print(sys.version)"
0 commit comments