Skip to content

Commit ef273bd

Browse files
Jammy2211claude
authored andcommitted
fix: use --only-binary for compiled deps during main install on 3.13
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b4af015 commit ef273bd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ jobs:
7474
pip install ./PyAutoConf ./PyAutoFit ./PyAutoArray ./PyAutoGalaxy
7575
pip install "./PyAutoArray[optional]" "./PyAutoGalaxy[optional]"
7676
else
77-
pip install --only-binary :all: scipy numpy matplotlib h5py contourpy
78-
pip install ./PyAutoConf ./PyAutoFit ./PyAutoArray ./PyAutoGalaxy
77+
pip install --only-binary scipy,numpy,matplotlib,h5py,contourpy ./PyAutoConf ./PyAutoFit ./PyAutoArray ./PyAutoGalaxy
7978
pip install numba
8079
fi
8180
- name: Run tests

0 commit comments

Comments
 (0)