File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments