Skip to content

Commit

Permalink
tst(githubci): fix indentation. I hate yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
rouilj committed Mar 31, 2024
1 parent ba4c09c commit 12918e5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ jobs:
# continue-on-error: true
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

# https://github.com/mxschmitt/action-tmate
# allow remote ssh into the CI container. I need this to debug
# some xfail cases
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
timeout-minutes: 2
with:
limit-access-to-actor: true
# https://github.com/mxschmitt/action-tmate
# allow remote ssh into the CI container. I need this to debug
# some xfail cases
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
timeout-minutes: 2
with:
limit-access-to-actor: true

# Setup version of Python to use
- name: Set Up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 12918e5

Please sign in to comment.