Skip to content

Commit

Permalink
github: Remove dependency upon python3-distutils
Browse files Browse the repository at this point in the history
The package python3-distutils has been deprecated, and we no longer
depend upon it.  Don't install it during Github Actions automated tests.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
  • Loading branch information
drakenclimber committed Jan 8, 2025
1 parent f01e675 commit 3fc484c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
- run: sudo apt-get install -y build-essential valgrind clang-tools lcov gperf astyle codespell
shell: bash
- run: |
sudo apt-get install -y python3 python3-distutils python3-setuptools python3-pip
sudo apt-get install -y python3 python3-setuptools python3-pip
python3 -m pip install --upgrade pip
python3 -m pip install cython
# Add cython to the path
Expand Down

0 comments on commit 3fc484c

Please sign in to comment.