Skip to content

Commit

Permalink
move tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed May 17, 2024
1 parent 77a838e commit 31a2a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
python-version: "3.11"

steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Install hdf5 libs for Mac
if: runner.os == 'macOS'
run: brew install hdf5
Expand All @@ -71,6 +69,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
secret-codecov-token: ${{ secrets.CODECOV_TOKEN }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

build_sdist_wheels:
name: Build source distribution
Expand Down

0 comments on commit 31a2a6b

Please sign in to comment.