Skip to content

Commit 59a5e09

Browse files
committed
update wf2
1 parent 37b9ae9 commit 59a5e09

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/install_test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,15 @@ jobs:
4343
cd /usr/bin
4444
sudo ln -s /usr/bin/pip2 ./pip
4545
46+
- name: Set up virtual environment
47+
run: |
48+
python -m pip install --upgrade pip
49+
pip install virtualenv
50+
python -m virtualenv venv
51+
4652
- name: Install package
4753
run: |
4854
sudo apt-get install libxml2-dev libxmlsec1-dev libxmlsec1-openssl opensc softhsm2 libengine-pkcs11-openssl
55+
source venv/bin/activate
4956
pip install --upgrade pip setuptools wheel build
5057
python setup.py install

0 commit comments

Comments
 (0)