Skip to content

Commit

Permalink
Move test command to a place where it can actually succeed, since it …
Browse files Browse the repository at this point in the history
…requires a build compatible test environment.
  • Loading branch information
scoder committed Jan 28, 2024
1 parent 7fde27f commit 105f91a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ jobs:
path: ./wheelhouse/*.whl
name: wheel-${{ matrix.only }}

- name: Install wheel
run: |
python -m pip install ./wheelhouse/lupa-*.whl
python -c 'import lupa'
python -c 'import lupa.lua54'
upload_release_assets:
name: Upload Release Assets
needs: [ build_wheels ]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = ["Cython>=3.0.8", "setuptools", "wheel"]
build-verbosity = 2
environment = {LUPA_USE_BUNDLE = "true"}
skip = ["pp*-manylinux_aarch64", "pp*-manylinux_i686"]
# test-command = ""
test-command = "python -c 'import lupa' && python -c 'import lupa.lua54'"

[tool.cibuildwheel.linux]
archs = ["x86_64", "aarch64", "i686"]
Expand Down

0 comments on commit 105f91a

Please sign in to comment.