From 9a985a739493a5255d603220a013bc586c97f885 Mon Sep 17 00:00:00 2001 From: Yadu Nand Babuji Date: Wed, 16 Oct 2024 14:25:24 -0500 Subject: [PATCH] Debug lines --- .github/workflows/gce_test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/gce_test.yaml b/.github/workflows/gce_test.yaml index 4dbcc88ca3..8bd2e1256a 100644 --- a/.github/workflows/gce_test.yaml +++ b/.github/workflows/gce_test.yaml @@ -72,6 +72,9 @@ jobs: run: | source /home/runner/work/parsl/parsl/.venv/bin/activate globus-compute-endpoint configure default + which globus-compute-endpoint + python3 -c "import globus_compute_sdk; print(globus_compute_sdk.__version__)" + python3 -c "import globus_compute_endpoint; print(globus_compute_endpoint.__version__)" cat << EOF > /home/runner/.globus_compute/default/config.yaml engine: type: ThreadPoolEngine