Skip to content

Commit

Permalink
Remove python2 and pywbem 0.7.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Napsty committed Oct 25, 2024
1 parent bdea961 commit d03a586
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/python3check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,16 @@ jobs:
- name: Launch script with --help
run: |
./check_esxi_hardware.py --help
python3-pywbem-0.8.0:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install latest pywbem from pip
run: |
sudo apt-get install -qq -yy python3 python3-pip
pip3 install pywbem==0.8.0
- name: Verify python sys.path
run: (echo "import sys"; echo "print(', '.join(sys.path))") | python3
- name: Launch script with --help
run: |
./check_esxi_hardware.py --help

0 comments on commit d03a586

Please sign in to comment.