We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b1295 commit f410a14Copy full SHA for f410a14
1 file changed
.github/workflows/main_py312.yml
@@ -22,7 +22,8 @@ jobs:
22
23
- name: Build PyGAD from the Repository
24
run: |
25
- pip3 install distutils
+ # pip3 install distutils
26
+ sudo apt-get install python3-distutils
27
python3 -m pip install --upgrade build
28
python3 -m build
29
0 commit comments