Skip to content

Commit

Permalink
Fix python
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Nov 19, 2024
1 parent 713aed0 commit e571777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -44,7 +44,7 @@ runs:
env
python3 -c 'import sys; print(sys.path)'
which python3
cp -R /usr/lib/python3/dist-packages/*dnf*/ $(python3 -c 'import site; print(site.getsitepackages()[0])')
cp -R /usr/lib/python3/dist-packages/{hawkey*, *dnf*/} $(python3 -c 'import site; print(site.getsitepackages()[0])')
ls -l $(python3 -c 'import site; print(site.getsitepackages()[0])')
echo $(python3 -c 'import site; print(site.getsitepackages()[0])')
python3 -c 'import dnf'
1 change: 1 addition & 0 deletions requirements.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ requests==2.32.3
fnc
coverage==7.6.7
rpm
hawkey

0 comments on commit e571777

Please sign in to comment.