Skip to content

Commit bb6c267

Browse files
committed
Fix CI: pin ruff, work around chumpy build failure
1 parent 70d0a68 commit bb6c267

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151

5252
- name: Verify package
5353
run: |
54-
pip install dist/*.whl
54+
pip install dist/*.whl --no-deps
55+
pip install numpy scipy chumpy --only-binary=:all: || pip install numpy scipy
5556
python -c "import smplfitter; print(smplfitter.__version__)"
5657
5758
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)