Skip to content

Commit fc80232

Browse files
committed
ci: install python-virtualenv in test job
1 parent 335e30e commit fc80232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
image: getpagespeed/lts:el7
3535
steps:
3636
- name: Install git and dependencies
37-
run: yum -y install git python2-setuptools_scm_git_archive
37+
run: yum -y install git python2-setuptools_scm_git_archive python-virtualenv
3838

3939
- name: Clone repository
4040
run: git clone --depth 1 --branch ${{ github.ref_name }} https://github.com/${{ github.repository }}.git .

0 commit comments

Comments
 (0)