Skip to content

Commit

Permalink
Try moving location of setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Nov 26, 2024
1 parent 07ac263 commit 31a873f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
- name: Install packages
run: |
SITE_PACKAGES=`$PYTHON -c "import site; print(site.getusersitepackages())"`
$PYTHON -m pip install "setuptools<=71"
$PYTHON -m pip install delocate wheel
$PYTHON -m pip install --user "setuptools<71"
$PYTHON -m pip install --user delocate wheel
$PYTHON -m pip install --user cython pyx py2app sphinx sphinx_rtd_theme
$PYTHON -m pip install --user https://github.com/3-manifolds/notary/archive/main.zip
# Patch the p2app recipe for tkinter
Expand Down

0 comments on commit 31a873f

Please sign in to comment.