removed tmate from windows workflow

This commit is contained in:
Tristan Lee
2023-09-19 00:52:12 -05:00
parent d2a0e3d5ad
commit 0bd87f944e

View File

@@ -10,8 +10,6 @@ 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