We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb47516 + d42b8cf commit 3402866Copy full SHA for 3402866
1 file changed
.github/workflows/ci.yml
@@ -175,10 +175,6 @@ jobs:
175
submodules: recursive
176
- run: bash scripts/build_Linux.sh
177
- run: python -m build --wheel
178
- - uses: actions/upload-artifact@v4
179
- with:
180
- name: wheel-fedora-42
181
- path: ./dist/*.whl
182
- run: python -m pip install dist/*.whl
183
- run: python -m pip install moderngl
184
- run: python -c 'import skia; print(skia.__version__)'
0 commit comments