Skip to content

Commit 802ff9e

Browse files
committed
chore: add '--only-binary :all:' option to workflow yml
1 parent fc46791 commit 802ff9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
python-version: '3.12'
3030
- name: Install dependencies
31-
run: pip install --require-hashes -r requirements.txt
31+
run: "pip install --require-hashes --only-binary :all: -r requirements.txt"
3232
- name: Run tests
3333
run: python -m unittest
3434

0 commit comments

Comments
 (0)