We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c9eb8 commit 9342c42Copy full SHA for 9342c42
.github/workflows/ui-tests.yml
@@ -134,7 +134,7 @@ jobs:
134
run: |
135
Get-Location
136
python --version
137
- pytest --version
+ python -m pytest --version
138
${{ matrix.test_script }}
139
- name: Remove temporary keychain
140
if: matrix.targetPlatform == 'StandaloneOSX' && (github.event_name != 'workflow_dispatch' || github.event.inputs.targetPlatform == 'All' || github.event.inputs.targetPlatform == 'StandaloneOSX')
0 commit comments