Skip to content

Commit

Permalink
Add a step in Github action to install application tester dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole committed Jan 16, 2024
1 parent aa98e25 commit 8ca3148
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/application_tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
if: runner.os == 'Linux'
uses: pyvista/setup-headless-display-action@v1

- name: Install application tester dependencies
run: |
pip install -r ./scripts/application_tester/requirements.txt
- name: Application Tester
timeout-minutes: 5
env:
Expand Down

0 comments on commit 8ca3148

Please sign in to comment.