Skip to content

Commit 366d16a

Browse files
authored
fix build by moving bench deps (#106)
1 parent 6674953 commit 366d16a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
strategy:
254254
fail-fast: false
255255
matrix:
256-
os: [linux] # windows and macos builds added manually
256+
os: [linux] # windows and macos builds added manually
257257
target: [x86_64, aarch64]
258258
manylinux: [auto]
259259
include:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test:
1717

1818
.PHONY: python-install
1919
python-install:
20-
pip install maturin
20+
pip install -U maturin ujson orjson
2121
pip install -r crates/jiter-python/tests/requirements.txt
2222

2323
.PHONY: python-dev
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
pytest
22
pytest-pretty
33
dirty_equals
4-
orjson
5-
ujson

0 commit comments

Comments
 (0)