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 b6237c8 commit be83b2bCopy full SHA for be83b2b
.github/workflows/check-python-eol-actions.yml
@@ -12,6 +12,10 @@ jobs:
12
uses: actions/setup-python@v5
13
with:
14
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
19
- name: Display Python Version
20
run: python -c "import sys; print(sys.version)"
21
shell: bash
0 commit comments