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 f9cb3a3 commit 7ba74ceCopy full SHA for 7ba74ce
.github/workflows/ci.yml
@@ -114,12 +114,10 @@ jobs:
114
LDFLAGS: ${{ env.CFLAGS_LTO }}
115
116
- name: Run tests
117
- run: python -m lupa.tests.__main__
+ run: |
118
+ python -m pip install dist/lupa-*.whl
119
+ python -m lupa.tests.__main__
120
continue-on-error: ${{ contains(matrix.python-version, 'pypy') }}
- env:
- SETUP_OPTIONS: ${{ !contains(matrix.lua-version, 'luajit') && (contains(matrix.lua-version, 'bundle') && '--use-bundle' || '--no-luajit') || '' }}
121
- CFLAGS: ${{ env.CFLAGS }} ${{ env.CFLAGS_LTO }}
122
- LDFLAGS: ${{ env.CFLAGS_LTO }}
123
124
- name: Upload wheels
125
if: matrix.lua-version == 'bundle' && matrix.os == 'macos-latest'
0 commit comments