1
0
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:
Napsty 2024-10-25 15:38:55 +02:00
parent d03a586ddc
commit 0149512f50

View File

@ -19,7 +19,7 @@ jobs:
- name: Launch script with --help
run: |
./check_esxi_hardware.py --help
python3-pywbem-0.8.0:
python3-pywbem-0_8_0:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4