Skip to content

Commit 21eb7cc

Browse files
drakenclimberpcmoore
authored andcommitted
github: Remove dependency upon python3-distutils
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 <[email protected]> Signed-off-by: Paul Moore <[email protected]>
1 parent 42b5968 commit 21eb7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
- run: sudo apt-get install -y build-essential valgrind clang-tools lcov gperf astyle codespell
3030
shell: bash
3131
- run: |
32-
sudo apt-get install -y python3 python3-distutils python3-setuptools python3-pip
32+
sudo apt-get install -y python3 python3-setuptools python3-pip
3333
python3 -m pip install --upgrade pip
3434
python3 -m pip install cython
3535
# Add cython to the path

0 commit comments

Comments
 (0)