Skip to content

Commit

Permalink
Update GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Paullux committed Jan 1, 2024
1 parent c3ec649 commit 957bf61
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
- name: Additional Setup for Ubuntu
if: startsWith(matrix.os, 'ubuntu')
run: |
pip install requirements-Linux.txt
sudo apt-get update
sudo apt-get install python3-pyqt5.qtsvg # Installer le paquet requis pour Ubuntu
sudo apt-get install python3-pyqt5.qtsvg python3-opengl # Installer le paquet requis pour Ubuntu
- name: Install PyInstaller
run: pip install pyinstaller # Installation de PyInstaller
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build/
dist/
venv-lecteur-multimedia/
venv-lecteur-multimedia/
requirements-Test.txt
9 changes: 9 additions & 0 deletions requirements-Linux.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Pillow
PyOpenGL
PyOpenGL-accelerate
PyGObject
h5py
scipy
numba
llvmlite
jupyter_rfb

0 comments on commit 957bf61

Please sign in to comment.