Skip to content

Commit

Permalink
Install shared-mime-info to Alpine Linux to test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Dec 27, 2024
1 parent c3392ce commit bb6d169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
image: alpine:latest
options: -v ${{ github.workspace }}:/io -w /io
run: |
apk add py3-pip
apk add py3-pip shared-mime-info
pip3 install -U --break-system-packages pip pytest-mypy
pip3 install --break-system-packages defity --no-index --find-links /io/dist/ --force-reinstall
rm -rf defity/
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
distro: alpine_latest
githubToken: ${{ github.token }}
install: |
apk add py3-pip
apk add py3-pip shared-mime-info
pip3 install -U --break-system-packages pip pytest-mypy
pip3 install --break-system-packages defity --no-index --find-links /io/dist/ --force-reinstall
run: |
Expand Down

0 comments on commit bb6d169

Please sign in to comment.