Skip to content

Commit

Permalink
pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed May 23, 2024
1 parent 779ff02 commit 4e31eca
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 @@ -21,7 +21,7 @@ jobs:
repo: deb https://gagis.hopto.org/repo/cppfw/${{ env.linux_distro }} ${{ env.linux_release }} main
repo-name: cppfw
keys-asc: https://gagis.hopto.org/repo/cppfw/pubkey.gpg
install: myci locales git
install: myci locales git pipx
- name: add llvm repo (for clang-format)
uses: myci-actions/add-deb-repo@master
with:
Expand All @@ -33,7 +33,7 @@ jobs:
apt --quiet install --assume-yes devscripts equivs python3-pip
# install gcovr >5.2
pip install git+https://github.com/gcovr/gcovr.git
pipx install git+https://github.com/gcovr/gcovr.git
- name: git clone
uses: myci-actions/checkout@master
- name: prepare debian package
Expand Down

0 comments on commit 4e31eca

Please sign in to comment.