From 7603d9c7692c50f9125daeeefd4fedb0eaf6b873 Mon Sep 17 00:00:00 2001 From: Tristan Lee Date: Fri, 15 Sep 2023 02:55:12 -0500 Subject: [PATCH] attempting to debug Windows workflow --- .github/workflows/pytest_windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pytest_windows.yml b/.github/workflows/pytest_windows.yml index b1be78c..7708289 100644 --- a/.github/workflows/pytest_windows.yml +++ b/.github/workflows/pytest_windows.yml @@ -10,6 +10,8 @@ jobs: - uses: actions/setup-python@v3 with: python-version: '3.9' + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - run: pip install -e .[dev] - run: python -m playwright install - run: pytest --exitfirst --failed-first \ No newline at end of file