Skip to content

Commit

Permalink
ubuntu why?
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 21, 2024
1 parent f3b90e5 commit 0a6e78b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/distro_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
if [ "$VERSION_ID" = "24.04" ]; then
# Install Python 3.12 and its components directly from Ubuntu repositories
apt-get install -y python3.12 python3.12-venv
# Handle missing python3.12-distutils
curl -O https://bootstrap.pypa.io/pip/3.12/get-pip.py
python3.12 get-pip.py
else
# Add deadsnakes PPA for Python 3.12
add-apt-repository ppa:deadsnakes/ppa
Expand Down

0 comments on commit 0a6e78b

Please sign in to comment.