We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24413f commit cb77ef9Copy full SHA for cb77ef9
.github/workflows/test.yaml
@@ -18,8 +18,6 @@ jobs:
18
sudo apt update
19
sudo apt install -y software-properties-common
20
sudo add-apt-repository universe
21
- sudo apt install -y python3-distutils
22
-
23
# Verify installation
24
if ! python3 -c "import distutils.msvccompiler" &>/dev/null; then
25
echo "Error: python3-distutils failed to install."
0 commit comments