fix: ezkl-gpu install

This commit is contained in:
dante
2025-02-05 18:01:26 -05:00
parent 532fa65e93
commit 20ac99fdbf

View File

@@ -73,7 +73,7 @@ jobs:
- name: Install built wheel
if: matrix.target == 'x86_64'
run: |
pip install ezkl-gpu --no-index --find-links dist --force-reinstall
pip install ezkl --no-index --find-links dist --force-reinstall
- name: Upload wheels
uses: actions/upload-artifact@v4