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 851d171 commit 97451ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/prepare-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
run: |
sudo apt-get install python3-dnf
python3 -c 'import dnf'
python3 -c 'import sys; print(sys.path)
python3 -c 'import sys; print(sys.path)'
which python3
- name: "Setup python"
Expand All @@ -39,6 +39,6 @@ runs:
- name: "Test dnf"
shell: bash
run: |
python3 -c 'import sys; print(sys.path)
python3 -c 'import sys; print(sys.path)'
which python3
python3 -c 'import dnf'

0 comments on commit 97451ba

Please sign in to comment.