attempting to debug Windows workflow

This commit is contained in:
Tristan Lee
2023-09-15 02:55:12 -05:00
parent 8e10c93e31
commit 7603d9c769

View File

@@ -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