Skip to content

Commit d8320ab

Browse files
committed
Debug
1 parent 1ccac7a commit d8320ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/prepare-python/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ runs:
4545
python3 -c 'import sys; print(sys.path)'
4646
which python3
4747
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])')
4850
python3 -c 'import dnf'

0 commit comments

Comments
 (0)