We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d4fd2 commit f4571ffCopy full SHA for f4571ff
.github/workflows/test.yml
@@ -20,14 +20,11 @@ jobs:
20
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*.repo
21
22
- name: Install git and dependencies
23
- run: yum -y install git python2 python2-pip python-six
+ run: yum -y install git python2 python-six python-netaddr
24
25
- name: Clone repository
26
run: git clone --depth 1 --branch ${{ github.ref_name }} https://github.com/${{ github.repository }}.git .
27
28
- - name: Install Python dependencies
29
- run: python2 -m pip install netaddr
30
-
31
- name: Verify Python 2.7 imports
32
run: |
33
echo '__version__ = "0.0.0"' > fds/__about__.py
0 commit comments