Skip to content

Commit

Permalink
#133: ci: add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepebay committed Dec 24, 2024
1 parent d5515ae commit 8981665
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion ci/setup_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8981665

Please sign in to comment.