We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccac7a commit d8320abCopy full SHA for d8320ab
.github/actions/prepare-python/action.yml
@@ -45,4 +45,6 @@ runs:
45
python3 -c 'import sys; print(sys.path)'
46
which python3
47
cp -R /usr/lib/python3/dist-packages/dnf/ $(python3 -c 'import site; print(site.getsitepackages()[0])')
48
+ ls -l $(python3 -c 'import site; print(site.getsitepackages()[0])')
49
+ echo $(python3 -c 'import site; print(site.getsitepackages()[0])')
50
python3 -c 'import dnf'
0 commit comments