From 97451ba53518f6fe9f5acf1902bee6b9223adb29 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 19 Nov 2024 07:04:21 -0800 Subject: [PATCH] Debugging --- .github/actions/prepare-python/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/prepare-python/action.yml b/.github/actions/prepare-python/action.yml index 829ce643..d9b53f61 100644 --- a/.github/actions/prepare-python/action.yml +++ b/.github/actions/prepare-python/action.yml @@ -17,7 +17,7 @@ runs: run: | sudo apt-get install python3-dnf python3 -c 'import dnf' - python3 -c 'import sys; print(sys.path) + python3 -c 'import sys; print(sys.path)' which python3 - name: "Setup python" @@ -39,6 +39,6 @@ runs: - name: "Test dnf" shell: bash run: | - python3 -c 'import sys; print(sys.path) + python3 -c 'import sys; print(sys.path)' which python3 python3 -c 'import dnf'