Skip to content

Commit 9f71450

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 444b71e commit 9f71450

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
@@ -72,8 +72,7 @@ jobs:
7272
pip install ./PyAutoConf ./PyAutoFit ./PyAutoArray ./PyAutoGalaxy ./PyAutoLens
7373
pip install "./PyAutoArray[optional]" "./PyAutoGalaxy[optional]" "./PyAutoLens[optional]"
7474
else
75-
pip install --only-binary :all: scipy numpy matplotlib h5py contourpy
76-
pip install ./PyAutoConf ./PyAutoFit ./PyAutoArray ./PyAutoGalaxy ./PyAutoLens
75+
pip install --only-binary scipy,numpy,matplotlib,h5py,contourpy ./PyAutoConf ./PyAutoFit ./PyAutoArray ./PyAutoGalaxy ./PyAutoLens
7776
pip install numba
7877
fi
7978
- name: Run tests

0 commit comments

Comments
 (0)