From 8981665932eb369e9bfa8b39046d499369992d1c Mon Sep 17 00:00:00 2001 From: Pierre Pebay Date: Tue, 24 Dec 2024 15:12:55 +0100 Subject: [PATCH] #133: ci: add debugging --- .github/workflows/build-and-test-macos.yml | 4 ++++ ci/setup_conda.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-macos.yml b/.github/workflows/build-and-test-macos.yml index b0db61de3..1e6f7e1dd 100644 --- a/.github/workflows/build-and-test-macos.yml +++ b/.github/workflows/build-and-test-macos.yml @@ -54,6 +54,10 @@ jobs: GCOV: ~ steps: - uses: actions/checkout@v4 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + detached: true - name: Set folder permissions run: | diff --git a/ci/setup_conda.sh b/ci/setup_conda.sh index e6538f0c2..5960d1de2 100644 --- a/ci/setup_conda.sh +++ b/ci/setup_conda.sh @@ -32,7 +32,7 @@ echo "Conda path: $(which conda)" echo "Conda version: $(conda --version)" echo "::endgroup::" -ß + versions=(`echo $PYTHON_VERSIONS | sed 's/,/\n/g'`) for python_version in "${versions[@]}" do