We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6674953 commit 366d16aCopy full SHA for 366d16a
.github/workflows/ci.yml
@@ -253,7 +253,7 @@ jobs:
253
strategy:
254
fail-fast: false
255
matrix:
256
- os: [linux] # windows and macos builds added manually
+ os: [linux] # windows and macos builds added manually
257
target: [x86_64, aarch64]
258
manylinux: [auto]
259
include:
Makefile
@@ -17,7 +17,7 @@ test:
17
18
.PHONY: python-install
19
python-install:
20
- pip install maturin
+ pip install -U maturin ujson orjson
21
pip install -r crates/jiter-python/tests/requirements.txt
22
23
.PHONY: python-dev
crates/jiter-python/tests/requirements.txt
@@ -1,5 +1,3 @@
1
pytest
2
pytest-pretty
3
dirty_equals
4
-orjson
5
-ujson
0 commit comments