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 e408850Copy full SHA for e408850
.github/workflows/ui-tests.yml
@@ -88,14 +88,9 @@ 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
- }
+ run: pip install -r "sample/Tests/requirements-desktop.txt"
96
- name: Install dependencies (Mac)
97
if: ${{ matrix.targetPlatform != 'StandaloneWindows64' }}
98
- shell: bash
99
run: |
100
if [[ "${{ matrix.targetPlatform }}" == "StandaloneOSX" ]]; then
101
pip install -r "sample/Tests/requirements-desktop.txt"
0 commit comments