Skip to content

Commit

Permalink
yyjson
Browse files Browse the repository at this point in the history
  • Loading branch information
ijl committed Jun 3, 2022
1 parent 4d4c475 commit 80d401e
Show file tree
Hide file tree
Showing 21 changed files with 14,937 additions and 178 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux-2-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- run: python3 -m pip install --user --upgrade pip "maturin>=0.12.18,<0.13" wheel
- run: cargo fetch
- run: maturin build --no-sdist --release --strip --cargo-extra-args="--features=unstable-simd" --compatibility manylinux_2_28 --interpreter python${{ matrix.python.version }}
- run: maturin build --no-sdist --release --strip --cargo-extra-args="--features=unstable-simd,yyjson" --compatibility manylinux_2_28 --interpreter python${{ matrix.python.version }}
- run: python3 -m pip install --user target/wheels/orjson*.whl
- run: python3 -m pip install --user -r test/requirements.txt -r integration/requirements.txt
- run: pytest -s -rxX -v test
Expand Down
Loading

0 comments on commit 80d401e

Please sign in to comment.