mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-25 16:24:36 +00:00
Install Pillow together with the rest of our CI deps (#1952)
We shouldn't assume how the user wants to install things. In particular, `--break-system-packages` is egregious. --------- Co-authored-by: Rangi <[email protected]>
This commit is contained in:
@@ -18,9 +18,6 @@ jobs:
|
||||
- name: Install deps
|
||||
run: |
|
||||
.github/scripts/install_deps.sh ubuntu-latest lcov
|
||||
- name: Install test dependency dependencies
|
||||
run: |
|
||||
test/fetch-test-deps.sh --get-deps ubuntu
|
||||
- name: Generate coverage report
|
||||
run: |
|
||||
contrib/coverage.bash ubuntu-ci
|
||||
|
||||
Reference in New Issue
Block a user