Skip to content

Commit

Permalink
Add test for ujson package which recently added AArch64 binary wheel …
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreyblake committed Sep 8, 2020
1 parent 686749f commit 395dfbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/al2-wheel-tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
print('Linked Against: ' + backend._ffi.string(backend._lib.OPENSSL_VERSION_TEXT).decode('ascii'))
- PIP_NAME: sqlalchemy
PKG_TEST: import sqlalchemy

- PIP_NAME: ujson
PKG_TEST: import ujson
name: "Amazon Linux 2 for ${{ matrix.WHEEL.PIP_NAME }}"
steps:
- run: yum install -y python3-pip
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/centos8-wheel-tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
print('Linked Against: ' + backend._ffi.string(backend._lib.OPENSSL_VERSION_TEXT).decode('ascii'))
- PIP_NAME: sqlalchemy
PKG_TEST: import sqlalchemy
- PIP_NAME: ujson
PKG_TEST: import ujson
name: "Centos8 for ${{ matrix.WHEEL.PIP_NAME }}"
steps:
- run: yum install -y python3-pip
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu-wheel-tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
print('Linked Against: ' + backend._ffi.string(backend._lib.OPENSSL_VERSION_TEXT).decode('ascii'))
- PIP_NAME: sqlalchemy
PKG_TEST: import sqlalchemy

- PIP_NAME: ujson
PKG_TEST: import ujson
name: "Ubuntu 20.04LTS Focal for ${{ matrix.WHEEL.PIP_NAME }}"
steps:
- run: apt-get update -y
Expand Down

0 comments on commit 395dfbf

Please sign in to comment.