Skip to content

Commit de44118

Browse files
committed
Changes for deployment and CI tests
1 parent 9c0d267 commit de44118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
sudo add-apt-repository universe &&
5151
sudo add-apt-repository -y ppa:deadsnakes/ppa &&
5252
sudo apt-get update &&
53-
sudo apt-get install -y autoconf automake autopoint autotools-dev build-essential git libtool pkg-config python${{ matrix.python-version }} python${{ matrix.python-version }}-dev python${{ matrix.python-version }}-venv python3-distutils python3-pip python3-setuptools tox
53+
sudo apt-get install -y autoconf automake autopoint autotools-dev build-essential git libtool pkg-config python${{ matrix.python-version }} python${{ matrix.python-version }}-dev python${{ matrix.python-version }}-venv python3-pip python3-setuptools tox
5454
- name: Build and test Python module
5555
run: |
5656
python setup.py update

0 commit comments

Comments
 (0)