Skip to content

Commit

Permalink
#133: ci: change where to load debug session
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepebay committed Dec 24, 2024
1 parent 8981665 commit d38371e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ 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 Expand Up @@ -91,6 +87,9 @@ jobs:
run: |
sudo CONDA_PATH=${{ env.CONDA_PATH }} bash ./ci/setup_conda.sh ${{ join(matrix.host.python) }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Reload shell variables
run: |
if [ -f ~/.zshrc ]; then . ~/.zshrc; fi
Expand Down

0 comments on commit d38371e

Please sign in to comment.