Skip to content

Commit 2a37fd9

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ui-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,12 @@ jobs:
8888
python-version: "3.10"
8989
- name: Install dependencies (Windows)
9090
if: ${{ matrix.targetPlatform == 'StandaloneWindows64' }}
91-
shell: pwsh
9291
run: |
9392
if (${{ matrix.targetPlatform }} -eq "StandaloneWindows64") {
9493
pip install -r "sample/Tests/requirements-desktop.txt"
9594
}
9695
- name: Install dependencies (Mac)
9796
if: ${{ matrix.targetPlatform != 'StandaloneWindows64' }}
98-
shell: bash
9997
run: |
10098
if [[ "${{ matrix.targetPlatform }}" == "StandaloneOSX" ]]; then
10199
pip install -r "sample/Tests/requirements-desktop.txt"

0 commit comments

Comments
 (0)