Skip to content

Commit

Permalink
build/ci: temporarily drop python from PCP MacOS CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Nov 13, 2023
1 parent 51a0537 commit b0de64a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ jobs:
- name: Install dependencies
run: brew install gnu-tar pkg-config python-setuptools
- name: Build packages
run: ./Makepkgs --verbose --with-python=no --with-python3=yes
# python disabled for now until brew build without distutils
run: ./Makepkgs --verbose --with-python=no --with-python3=no

0 comments on commit b0de64a

Please sign in to comment.