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 ecfb411 commit ad1e56c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/python3check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,3 @@ jobs:
- name: Launch script with --help
run: |
./check_esxi_hardware.py --help
python3-pywbem-0_8_1:
runs-on: ubuntu-18.04
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.1
- 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 ad1e56c

Please sign in to comment.