Skip to content

Commit

Permalink
Revert "enable ssh to macos runner"
Browse files Browse the repository at this point in the history
This reverts commit b6e0810.
  • Loading branch information
mscheltienne committed Oct 2, 2024
1 parent cc72c72 commit 339d411
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
uv pip install --quiet --system .[test]
- name: Display system information
run: stimuli sys-info --developer
- uses: valeriangalliat/action-sshd-cloudflared@v1
if: ${{ runner.os == 'macOS' }}
- name: Run pytest
run: pytest stimuli --cov=stimuli --cov-report=xml --cov-config=pyproject.toml
- name: Upload to codecov
Expand Down

0 comments on commit 339d411

Please sign in to comment.