Skip to content

Commit

Permalink
Remove redundant apt download in run-ert-test-data
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj authored and eivindjahren committed Jan 21, 2025
1 parent 9de710b commit e17b0b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/run_ert_test_data_setups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install Ubuntu dependencies
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install xvfb libxcb-image0 libxcb-icccm4 libxcb-keysyms1 libxcb-randr0 libxcb-render0 libxcb-render-util0 libxcb-shape0 libxcb-shm0 libxcb-xfixes0 libxcb-xinerama0 libfontconfig1 libxcb-xkb1 libxkbcommon-x11-0 libdbus-1-3
- name: Install uv
uses: astral-sh/setup-uv@v5

Expand Down

0 comments on commit e17b0b4

Please sign in to comment.