Skip to content

Commit e408850

Browse files
committed
test: remove ui test install dependency shell
1 parent d97d336 commit e408850

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,9 @@ jobs:
8888
python-version: "3.10"
8989
- name: Install dependencies (Windows)
9090
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-
}
91+
run: pip install -r "sample/Tests/requirements-desktop.txt"
9692
- name: Install dependencies (Mac)
9793
if: ${{ matrix.targetPlatform != 'StandaloneWindows64' }}
98-
shell: bash
9994
run: |
10095
if [[ "${{ matrix.targetPlatform }}" == "StandaloneOSX" ]]; then
10196
pip install -r "sample/Tests/requirements-desktop.txt"

0 commit comments

Comments
 (0)