Skip to content

Commit

Permalink
Python fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Nov 19, 2024
1 parent 97451ba commit 980e8bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/prepare-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ runs:
python3 -c 'import dnf'
python3 -c 'import sys; print(sys.path)'
which python3
echo "PYTHONPATH=$PYTHONPATH:/usr/lib/python3/dist-packages/" >> .bashrc
- name: "Setup python"
uses: actions/setup-python@v5
Expand Down

0 comments on commit 980e8bc

Please sign in to comment.