Skip to content

Commit

Permalink
progress 2
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 1, 2024
1 parent e662672 commit 173359a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
pkg_add gmake
run: |
set -e
gmake install-sysdeps install-pydeps install print-sysinfo test test-memleaks
PIP_BREAK_SYSTEM_PACKAGES=1 gmake install-sysdeps install-pydeps install print-sysinfo test test-memleaks
netbsd:
runs-on: ubuntu-latest
Expand All @@ -62,4 +62,4 @@ jobs:
pkgin -y install gmake
run: |
set -e
gmake PYTHON=python3.11 install-sysdeps install-pydeps install print-sysinfo test test-memleaks
PIP_BREAK_SYSTEM_PACKAGES=1 gmake PYTHON=python3.11 install-sysdeps install-pydeps install print-sysinfo test test-memleaks
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ install-sysdeps:
ifdef HAS_APT
$(SUDO) apt-get install -y python3-dev gcc
else ifdef HAS_YUM
$(SUDO) yum install -u python3-devel gcc
$(SUDO) yum install -y python3-devel gcc
else ifdef FREEBSD
$(SUDO) pkg install -y gmake python3 gcc
else ifdef NETBSD
Expand Down

0 comments on commit 173359a

Please sign in to comment.