Skip to content

Commit b28e7ae

Browse files
fix(ci): Windows PowerShell compatibility for pytest
1 parent 4eeb5c9 commit b28e7ae

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,7 @@ jobs:
7878
- name: Run tests
7979
env:
8080
PYTHONWARNINGS: default
81-
run: |
82-
pytest tests/ -v \
83-
--cov=src \
84-
--cov-report=xml \
85-
--cov-report=term-missing \
86-
--color=yes
81+
run: pytest tests/ -v --cov=src --cov-report=xml --cov-report=term-missing --color=yes
8782

8883
build:
8984
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)