Skip to content

Commit

Permalink
Add apt-get update to try fix unit test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaltrusch committed Jun 22, 2024
1 parent d1a5b49 commit db5c8c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
# sudo apt-get install xvfb x11-utils gnumeric required for gui tests running in headless mode
run: |
pip install -r dev-requirements.txt
sudo apt-get update
sudo apt-get install xvfb x11-utils gnumeric
- name: Test with pytest
working-directory: tests
Expand Down

0 comments on commit db5c8c6

Please sign in to comment.