Skip to content

Commit 595dcbb

Browse files
fix(ci): install python 3.9 distutils explicitly
Signed-off-by: whatsacomputertho <ebalcik71@gmail.com>
1 parent fd5ef88 commit 595dcbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
sudo add-apt-repository ppa:deadsnakes/ppa
1717
sudo apt update
1818
sudo apt install python3.9 -y
19-
sudo apt install python3-distutils -y
19+
sudo apt install python3.9-distutils -y
2020
sudo apt install python3.10 -y
2121
sudo apt install python3.11 -y
2222
sudo apt install python3.12 -y

0 commit comments

Comments
 (0)