Skip to content

Commit

Permalink
install gui deps on lnx
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dominik committed Apr 25, 2024
1 parent 661f7be commit 427d68c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-python-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: install xvfb/deps
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -yy mesa-utils libgl1-mesa-dev xvfb curl
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
Expand Down

0 comments on commit 427d68c

Please sign in to comment.