Skip to content

Commit 39765db

Browse files
committed
More CI tweaks
1 parent 7d4b093 commit 39765db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/compare.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
cache: pip
1414
- name: Install dependencies
1515
run: |
16-
python -m pip install -r requirements.txt --no-deps
16+
sudo apt update
1717
sudo apt install -y libegl1-mesa
18+
python -m pip install -r requirements.txt --no-deps
1819
- uses: r-lib/actions/setup-pandoc@v2
1920
with:
2021
pandoc-version: 3.8.2

0 commit comments

Comments
 (0)