Skip to content

Commit 68d511c

Browse files
committed
ci: install python-firewall for Python 2.7 import test
1 parent bb6f439 commit 68d511c

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install git and dependencies
2323
run: |
2424
yum -y install epel-release
25-
yum -y install git python2 python-six python-netaddr python-ipaddress
25+
yum -y install git python2 python-six python-netaddr python-ipaddress python-firewall
2626
2727
- name: Clone repository
2828
run: git clone --depth 1 --branch ${{ github.ref_name }} https://github.com/${{ github.repository }}.git .

0 commit comments

Comments
 (0)