Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cirrus CI on FreeBSD failed because "No packages available to install matching 'py37-pip' have been found in the repositories"i [1]. Package 'py37-pip' has been replaced with 'py38-pip', see [2]. 1. https://cirrus-ci.com/task/6375178809638912 2. https://www.freshports.org/devel/py-pip/
- Loading branch information
@ligurio, just a note. You may want to use the globbing flag here, e.g.,
pkg install -g py3*-pip
.