Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 1, 2024
1 parent f43bf90 commit e662672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
set -e
/usr/sbin/pkg_add -v pkgin
pkgin update
pkgin -y install gmake
run: |
set -e
gmake PYTHON=python3.11 install-sysdeps install-pydeps install print-sysinfo test test-memleaks
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ uninstall: ## Uninstall this package via pip.
install-pip: ## Install pip (no-op if already installed).
@$(PYTHON) -c \
"import sys, ssl, os, pkgutil, tempfile, atexit; \
print('pip already installed') if pkgutil.find_loader('pip') else None; \
sys.exit(0) if pkgutil.find_loader('pip') else None; \
PY3 = sys.version_info[0] == 3; \
pyexc = 'from urllib.request import urlopen' if PY3 else 'from urllib2 import urlopen'; \
Expand Down

0 comments on commit e662672

Please sign in to comment.