Skip to content

Commit

Permalink
Drop ci dependency on six
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Uiterwijk <[email protected]>
  • Loading branch information
puiterwijk committed Jun 30, 2021
1 parent d4eea6f commit 833c12d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Install deps
run: |
dnf install -y python3-six python3-koji python3-pyxattr python3-rpm make gcc rpm-sign cpio python3-setuptools rpm-devel python3-devel python3-cryptography valgrind
dnf install -y python3-koji python3-pyxattr python3-rpm make gcc rpm-sign cpio python3-setuptools rpm-devel python3-devel python3-cryptography valgrind
- name: Build insertlib
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Install deps
run: |
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
dnf install -y python3-six python3-koji python3-rpm make gcc rpm-sign cpio python3-setuptools rpm-devel python3-devel python3-cryptography valgrind
dnf install -y python3-koji python3-rpm make gcc rpm-sign cpio python3-setuptools rpm-devel python3-devel python3-cryptography valgrind
pip3 install pyxattr
- name: Build insertlib
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Install deps
run: |
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install -y python2-six python2-koji make gcc rpm-sign cpio python2-setuptools rpm-devel python2-devel python2-pip ima-evm-utils zstd python2-cryptography valgrind
yum install -y python2-koji make gcc rpm-sign cpio python2-setuptools rpm-devel python2-devel python2-pip ima-evm-utils zstd python2-cryptography valgrind
pip install pyxattr
- name: Build insertlib
Expand Down

0 comments on commit 833c12d

Please sign in to comment.