Skip to content

Commit

Permalink
draft re-install rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-ang9 committed Sep 27, 2023
1 parent 0495194 commit 04c6532
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/generate_manpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,14 @@ jobs:
sudo apt-get update
sudo apt-get install -y python3-rpm
- name: Check RPM Module Availability
run: python3 -c "import rpm; print(rpm)"


- name: Check RPM Module Location
run: python3 -c "import rpm; print(rpm.__file__)"

- name: Reinstall python3-rpm
run: sudo apt-get install --reinstall -y python3-rpm

- name: Check RPM Module Availability
run: python3 -c "import rpm; print(rpm)"

- name: Verify python3-rpm installation
run: |
Expand Down

0 comments on commit 04c6532

Please sign in to comment.