Skip to content

Commit

Permalink
ci: use python-is-python3 package in coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebionne committed Oct 2, 2023
1 parent ca531c1 commit 4470d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: install packages
run: |
sudo apt update
sudo apt install g++ libpng-dev libjpeg-dev libtiff5-dev libraw-dev lcov python -y
sudo apt install g++ libpng-dev libjpeg-dev libtiff5-dev libraw-dev lcov python-is-python3 -y
- name: Setup Boost
run: |
Expand Down

0 comments on commit 4470d11

Please sign in to comment.