Skip to content

Commit

Permalink
Add tmate for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed Oct 6, 2023
1 parent b7ac957 commit 5712999
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
conda config --show
- name: Install Build Dependencies
uses: ./.github/actions/install_build_dependencies
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' }}
- name: Build
id: build
uses: ./.github/actions/build
Expand Down

0 comments on commit 5712999

Please sign in to comment.