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 ce690ae commit 1da3e51Copy full SHA for 1da3e51
.github/workflows/build.yml
@@ -166,7 +166,7 @@ jobs:
166
shell: bash
167
- name: Test
168
run: |
169
- ${{ matrix.python-version }} -m pip install --force-reinstall --no-deps wheelhouse/*.whl
+ ${{ matrix.python-version }} -m pip install --force-reinstall --no-deps --platform linux_x86_64 wheelhouse/*.whl
170
cd /
171
${{ matrix.python-version }} -c 'import pyray; pyray.init_window(100,100,"test")' >/tmp/output 2>&1 || true
172
cat /tmp/output
0 commit comments