Skip to content

Commit 10a2343

Browse files
authored
Use system tox for arch tests
1 parent 3f9acb8 commit 10a2343

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,8 @@ jobs:
114114
distro: ${{ matrix.distro }}
115115
install: |
116116
apt-get update -q -y
117-
apt-get install -q -y python3 python3-pip gcc binutils automake autoconf libtool
117+
apt-get install -q -y python3 python3-pip gcc binutils automake autoconf libtool tox
118118
run: |
119-
python3 -m pip install -U setuptools pip wheel tox
120119
tox
121120
122121
# Test if the python-isal conda package can be build. Which is linked

0 commit comments

Comments
 (0)