Skip to content

Commit

Permalink
test: remove ui test install dependency shell
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Nov 15, 2024
1 parent d97d336 commit 2a37fd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,12 @@ jobs:
python-version: "3.10"
- name: Install dependencies (Windows)
if: ${{ matrix.targetPlatform == 'StandaloneWindows64' }}
shell: pwsh
run: |
if (${{ matrix.targetPlatform }} -eq "StandaloneWindows64") {
pip install -r "sample/Tests/requirements-desktop.txt"
}
- name: Install dependencies (Mac)
if: ${{ matrix.targetPlatform != 'StandaloneWindows64' }}
shell: bash
run: |
if [[ "${{ matrix.targetPlatform }}" == "StandaloneOSX" ]]; then
pip install -r "sample/Tests/requirements-desktop.txt"
Expand Down

0 comments on commit 2a37fd9

Please sign in to comment.