begin to fix workflow + uodated neolegacy version default

This commit is contained in:
xgui4
2026-06-01 16:44:30 -04:00
parent 4aea963731
commit e8202a42b1
8 changed files with 126 additions and 5 deletions

View File

@@ -96,12 +96,13 @@ jobs:
cache: 'pip'
- name: Install dependencies
# HACK see if this work
# FIXME : OSError: [Errno 8] Exec format error: '/tmp/tmppzq4xr4e/magick' Error: Process completed with exit code 1.
run: |
python -m pip install --upgrade pip
pip install pyproject-appimage
pip install .
pyproject-appimage || python -m pyproject_appimage
- name: Upload Artifact
uses: actions/upload-artifact@v7.0.1