Skip to content

Commit

Permalink
Next attempt at windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrittain committed Sep 16, 2023
1 parent 13a2d38 commit bd1da64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -47,7 +47,8 @@ jobs:
pip install pywin32
- name: Test
run: |
coverage run --debug=trace --source=asciimatics -m unittest
coverage run --source=asciimatics -m unittest
shell: cmd
- name: Upload to coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
Expand Down

0 comments on commit bd1da64

Please sign in to comment.