Skip to content

Commit 37b9ae9

Browse files
committed
update wf
1 parent 3bf8ad9 commit 37b9ae9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/install_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323

2424
- 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'
2626
run: |
2727
sudo apt update
2828
sudo apt install python2 python2-dev
@@ -33,7 +33,7 @@ jobs:
3333
printf '1\n' | sudo update-alternatives --config python
3434
3535
- 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'
3737
run: |
3838
sudo apt update
3939
sudo apt install python2 python-pip
@@ -47,4 +47,4 @@ jobs:
4747
run: |
4848
sudo apt-get install libxml2-dev libxmlsec1-dev libxmlsec1-openssl opensc softhsm2 libengine-pkcs11-openssl
4949
pip install --upgrade pip setuptools wheel build
50-
pip install -e .
50+
python setup.py install

0 commit comments

Comments
 (0)