Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropping libgl1-mesa-glx and python-tk install #415

Merged
merged 2 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,8 @@ jobs:
with:
python-version: "3.x"
- name: Install packages
run: >
sudo apt -y install
libgl1-mesa-glx
xvfb
python-tk
libglu1
libxcursor-dev
libxft2
libxinerama1
libfltk1.3-dev
libfreetype6-dev
libgl1-mesa-dev
libocct-foundation-dev
libocct-data-exchange-dev
run: |
for i in $(cat packages.txt); do sudo apt-get install $i; done
- name: Install pypa/build
run: >-
python3 -m
Expand Down
2 changes: 0 additions & 2 deletions packages.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
libfltk1.3-dev
libfreetype6-dev
libgl1-mesa-dev
libgl1-mesa-glx
libglu1
libocct-data-exchange-dev
libocct-foundation-dev
libxcursor-dev
libxft2
libxinerama1
python-tk
xvfb