We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560ef55 commit 62293eeCopy full SHA for 62293ee
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
run: sudo apt-get install lib${{ matrix.lua-version }}-dev
80
81
- name: Build wheel
82
- run: python setup.py sdist build_ext -j6 bdist_wheel
+ run: python setup.py sdist build_ext -i -j6 bdist_wheel
83
env:
84
SETUP_OPTIONS: ${{ !contains(matrix.lua-version, 'luajit') && (contains(matrix.lua-version, 'bundle') && '--use-bundle' || '--no-luajit') || '' }}
85
CFLAGS: ${{ env.CFLAGS }} ${{ env.CFLAGS_LTO }}
@@ -88,7 +88,7 @@ jobs:
88
- name: Run tests
89
run: |
90
bash -c "python -m pip install dist/lupa-*.whl"
91
- cd dist ; python -m lupa.tests.__main__
+ python -m lupa.tests.__main__
92
continue-on-error: ${{ contains(matrix.python-version, 'pypy') }}
93
94
- name: Upload wheels
0 commit comments