File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
python-version : ${{ matrix.python-version }}
23
23
24
24
- name : Install Python 2 on ubuntu 20
25
- if : matrix.python-version == '2.7' && matrix.os == 'ubuntu-20.04'
25
+ if : matrix.python-version == '2.7.18 ' && matrix.os == 'ubuntu-20.04'
26
26
run : |
27
27
sudo apt update
28
28
sudo apt install python2 python2-dev
33
33
printf '1\n' | sudo update-alternatives --config python
34
34
35
35
- name : Install Python 2 on ubuntu >= 22
36
- if : matrix.python-version == '2.7' && matrix.os != 'ubuntu-20.04'
36
+ if : matrix.python-version == '2.7.18 ' && matrix.os != 'ubuntu-20.04'
37
37
run : |
38
38
sudo apt update
39
39
sudo apt install python2 python-pip
47
47
run : |
48
48
sudo apt-get install libxml2-dev libxmlsec1-dev libxmlsec1-openssl opensc softhsm2 libengine-pkcs11-openssl
49
49
pip install --upgrade pip setuptools wheel build
50
- pip install -e .
50
+ python setup.py install
You can’t perform that action at this time.
0 commit comments