Skip to content

Commit ddf769a

Browse files
committed
There are no CI patterns used in Windows CI GitHub actions, so remove this variable
1 parent f692254 commit ddf769a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
env:
6060
SKIP_REAL: 1
6161
run: |
62-
pytest -s -vvv --exitfirst --cov=src/ --cov=tests --cov-report=xml tests/mock_vws/${{ matrix.ci_pattern }}
62+
pytest -s -vvv --exitfirst --cov=src/ --cov=tests --cov-report=xml tests/mock_vws/
6363
6464
- name: "Show coverage file"
6565
run: |

0 commit comments

Comments
 (0)