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 980e8bc commit e554bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +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
echo "export PYTHONPATH=$PYTHONPATH:/usr/lib/python3/dist-packages/" >> .bashrc
- name: "Setup python"
uses: actions/setup-python@v5
Expand Down

0 comments on commit e554bae

Please sign in to comment.