Skip to content

Commit 9342c42

Browse files
committed
fix: windows
1 parent a1c9eb8 commit 9342c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
run: |
135135
Get-Location
136136
python --version
137-
pytest --version
137+
python -m pytest --version
138138
${{ matrix.test_script }}
139139
- name: Remove temporary keychain
140140
if: matrix.targetPlatform == 'StandaloneOSX' && (github.event_name != 'workflow_dispatch' || github.event.inputs.targetPlatform == 'All' || github.event.inputs.targetPlatform == 'StandaloneOSX')

0 commit comments

Comments
 (0)