Skip to content

Commit

Permalink
Update prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Apr 20, 2024
1 parent 2d55954 commit bc765a0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,13 @@ jobs:
# Runs a set of commands using the runners shell
- name: Get latest version
run: git clone https://github.com/TNTwise/REAL-Video-Enhancer.git

- name: install libomp
run: |
sudo apt install -y libomp5 libvulkan-dev -y
cd /usr/lib
sudo ln -s libomp.so libomp.so.5
- name: Install python dependencies
run: cd REAL-Video-Enhancer && python3 -m pip install -r requirements.txt && python3 -m pip install PyQt5 py-notifier notify2 pillow testresources requests opencv-python-headless pypresence pyuic5-tool cx_FREEZE psutil loguru sympy pyinstaller spandrel torch torchvision && sudo apt install libnotify-bin -y && pip install --force --no-cache --pre --extra-index-url https://marcelotduarte.github.io/packages/ cx_Freeze
run: cd REAL-Video-Enhancer && python3 -m pip install -r requirements.txt && python3 -m pip install https://github.com/TNTwise/Universal-NCNN-upscaler-python/releases/download/2024-04-20/upscale_ncnn_py-1.2.0-cp311-none-manylinux1_x86_64.whl sympy PyQt5 py-notifier notify2 pillow testresources requests opencv-python-headless pypresence pyuic5-tool cx_FREEZE psutil loguru sympy pyinstaller spandrel torch torchvision && sudo apt install libnotify-bin -y && pip install --force --no-cache --pre --extra-index-url https://marcelotduarte.github.io/packages/ cx_Freeze

- name: Compile to executable
run: cd REAL-Video-Enhancer && make
Expand Down Expand Up @@ -188,7 +192,7 @@ jobs:
hours=$((time_difference / 3600)) # Convert seconds to hours
git log --since="$hours hours ago" --pretty=format:"%h - %s" >> ../output.log
- name: Install python dependencies
run: cd REAL-Video-Enhancer && python3 -m pip install -r requirements.txt
run: cd REAL-Video-Enhancer && python3 -m pip install -r requirements.txt && python3 -m pip install https://github.com/TNTwise/Universal-NCNN-upscaler-python/releases/download/2024-04-20/upscale_ncnn_py-1.2.0-cp311-none-macosx_11_0_universal2.whl

- name: Compile to executable
run: |
Expand Down Expand Up @@ -271,7 +275,7 @@ jobs:
run: git clone https://github.com/TNTwise/REAL-Video-Enhancer.git

- name: Install python dependencies
run: cd REAL-Video-Enhancer && python3 -m pip install -r requirements.txt && python3 -m pip uninstall PyQt5 -y && python3 -m pip install py-notifier notify2 pillow python-magic testresources requests opencv-python-headless pypresence pyuic5-tool cx_FREEZE psutil PyQt5==5.12 loguru sympy && sudo apt install libnotify-bin -y
run: cd REAL-Video-Enhancer && python3 -m pip install -r requirements.txt && python3 -m pip uninstall PyQt5 -y && python3 -m pip install sympy https://github.com/TNTwise/Universal-NCNN-upscaler-python/releases/download/2024-04-20/upscale_ncnn_py-1.2.0-cp38-none-manylinux1_x86_64.whl py-notifier notify2 pillow python-magic testresources requests opencv-python-headless pypresence pyuic5-tool cx_FREEZE psutil PyQt5==5.12 loguru sympy && sudo apt install libnotify-bin -y

- name: Compile to executable
run: cd REAL-Video-Enhancer && make
Expand Down

0 comments on commit bc765a0

Please sign in to comment.