Skip to content

Commit

Permalink
Update sanity-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianboguszewski authored Nov 21, 2024
1 parent b69fe9a commit 5d4cedf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,10 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install virtual display
if: runner.os == 'Linux'
run: |
if [[ "${{ runner.os }}" == "Linux" ]]; then
sudo apt-get update
sudo apt-get install -y xvfb
fi
sudo apt-get update
sudo apt-get install -y xvfb
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 5d4cedf

Please sign in to comment.