Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Nov 19, 2024
1 parent 6cbd7fa commit 851d171
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/prepare-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ runs:
run: |
sudo apt-get install python3-dnf
python3 -c 'import dnf'
python3 -c 'import sys; print(sys.path)
which python3
- name: "Setup python"
uses: actions/setup-python@v5
Expand All @@ -37,4 +39,6 @@ runs:
- name: "Test dnf"
shell: bash
run: |
python3 -c 'import sys; print(sys.path)
which python3
python3 -c 'import dnf'

0 comments on commit 851d171

Please sign in to comment.