Skip to content

Commit

Permalink
Include python3-setuptools in the prefer_pi test path
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmans committed Oct 31, 2024
1 parent a36eb28 commit c4118c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: install_dependencies_and_carthage
run: |
apt update
apt -y install python3 python3-pip python3-pytest
apt -y install python3 python3-pip python3-pytest python3-setuptools
test ${{matrix.prefer_pip}} = true && pip3 install --break-system-packages dist/*whl
if [ ${{matrix.prefer_pip}} = false ]; then
apt -y install $core_dependencies
Expand Down

0 comments on commit c4118c8

Please sign in to comment.