Skip to content

Commit

Permalink
Add PYTHON_PKGNAMEPREFIX to freebsd instructions for pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jul 15, 2022
1 parent d2dd3b8 commit c90b1ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Expand Up @@ -141,8 +141,8 @@ freebsd_task:
- portsnap extract devel/py-pipx
- cd /usr/ports/devel/py-pipx
- cat Makefile
- make FLAVOR=py39
- make FLAVOR=py39 reinstall clean
- make PYTHON_PKGNAMEPREFIX=py39- FLAVOR=py39
- make PYTHON_PKGNAMEPREFIX=py39- FLAVOR=py39 reinstall clean
<<: *test-template

# windows_task:
Expand Down

0 comments on commit c90b1ef

Please sign in to comment.