Skip to content

Commit

Permalink
feat(build): install PySide6_Addons
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Nov 22, 2024
1 parent b4b8ac4 commit ff5dc57
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,8 @@ jobs:
- name: Install dependencies(Linux/macOS)
if : ${{ runner.os == 'Linux' || runner.os == 'macOS'}}
run: |
pip install PySide6-Addons
qt_translations_path=$(python build_helper.py --task get_qt_translations_path)
mkdir -p /tmp/qt_translations
cp $qt_translations_path/*.qm /tmp/qt_translations
pip freeze > /tmp/modules.txt
pip uninstall -r /tmp/modules.txt -y
pip install -Ur requirements.txt
pip install imageio
cp -f /tmp/qt_translations/*.qm $qt_translations_path/
ls -alh $qt_translations_path/
pip install imageio PySide6_Addons
- name: Install dependencies(Windows)
if: ${{ runner.os == 'Windows' }}
Expand Down

0 comments on commit ff5dc57

Please sign in to comment.