Skip to content

Commit 1a36f45

Browse files
committed
Moved setuptools from apt to pip
1 parent a33956d commit 1a36f45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-3.12.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
sudo apt-get update
2828
# Dependencies for installation
29-
sudo apt-get install gettext python3-setuptools
29+
sudo apt-get install gettext
3030
# Dependencies for execution
3131
sudo apt-get install gir1.2-gtk-3.0 gobject-introspection libcairo2-dev libgirepository1.0-dev python3-gi
3232

requirements_ci.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
-r requirements.txt
22

33
flake8==7.1.1
4+
setuptools==74.0.0

0 commit comments

Comments
 (0)