mirror of
https://github.com/Napsty/check_esxi_hardware.git
synced 2024-11-21 18:03:47 +01:00
Remove python2 and pywbem 0.7.0 compatibility
This commit is contained in:
parent
e63f9fee6a
commit
602651d3e5
10
.github/workflows/python3check.yml
vendored
10
.github/workflows/python3check.yml
vendored
@ -15,18 +15,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.8'
|
||||
- name: Install latest pywbem from pip
|
||||
run: |
|
||||
sudo apt-get install -qq -yy python3-pip
|
||||
sudo apt-get install -qq -yy python3 python3-pip
|
||||
pip3 install pywbem
|
||||
- name: Set environment PYTHONPATH
|
||||
run: |
|
||||
export PYTHONPATH=/opt/hostedtoolcache/Python/3.8.0/x64/lib/python3.8/site-packages:${PYTHONPATH}
|
||||
- name: Verify python sys.path
|
||||
run: (echo "import sys"; echo "print(', '.join(sys.path))") | python
|
||||
run: (echo "import sys"; echo "print(', '.join(sys.path))") | python3
|
||||
- name: Launch script with --help
|
||||
run: |
|
||||
./check_esxi_hardware.py --help
|
||||
|
Loading…
Reference in New Issue
Block a user