From 339d411c1473681a4dcc9c0887bfa5c00836b69a Mon Sep 17 00:00:00 2001 From: Mathieu Scheltienne Date: Wed, 2 Oct 2024 10:49:00 +0200 Subject: [PATCH] Revert "enable ssh to macos runner" This reverts commit b6e08109d5f822c0e67f01b1a41d1df8dba384f6. --- .github/workflows/pytest.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 9ab9a83..5d9fc26 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -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