We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97d336 commit 2a37fd9Copy full SHA for 2a37fd9
.github/workflows/ui-tests.yml
@@ -88,14 +88,12 @@ jobs:
88
python-version: "3.10"
89
- name: Install dependencies (Windows)
90
if: ${{ matrix.targetPlatform == 'StandaloneWindows64' }}
91
- shell: pwsh
92
run: |
93
if (${{ matrix.targetPlatform }} -eq "StandaloneWindows64") {
94
pip install -r "sample/Tests/requirements-desktop.txt"
95
}
96
- name: Install dependencies (Mac)
97
if: ${{ matrix.targetPlatform != 'StandaloneWindows64' }}
98
- shell: bash
99
100
if [[ "${{ matrix.targetPlatform }}" == "StandaloneOSX" ]]; then
101
0 commit comments