Skip to content

Commit

Permalink
FIX: run apt-get update on test action when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Apr 19, 2023
1 parent ce7a354 commit 35324e4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests-pytest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,11 @@ runs:
shell: bash
run: python -m pip install .

- name: "Update apt-get"
shell: bash
run: |
sudo apt-get update
- name: "Install X Virtual Frame Buffer"
shell: bash
if: inputs.requires-xvfb == 'true'
run: |
sudo apt-get update
sudo apt-get install xvfb
- name: "Check if requirements.txt file exists"
Expand Down

0 comments on commit 35324e4

Please sign in to comment.