Skip to content

Commit

Permalink
fix build by moving bench deps (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored May 22, 2024
1 parent 6674953 commit 366d16a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [linux] # windows and macos builds added manually
os: [linux] # windows and macos builds added manually
target: [x86_64, aarch64]
manylinux: [auto]
include:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test:

.PHONY: python-install
python-install:
pip install maturin
pip install -U maturin ujson orjson
pip install -r crates/jiter-python/tests/requirements.txt

.PHONY: python-dev
Expand Down
2 changes: 0 additions & 2 deletions crates/jiter-python/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
pytest
pytest-pretty
dirty_equals
orjson
ujson

0 comments on commit 366d16a

Please sign in to comment.