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 062ac85 commit 2bb9453Copy full SHA for 2bb9453
.github/workflows/ci.yml
@@ -117,10 +117,10 @@ jobs:
117
distro: ${{ matrix.distro }}
118
install: |
119
apt-get update -q -y
120
- apt-get install -q -y python3 python3-pip build-essential gcc binutils automake autoconf
+ apt-get install -q -y python3 python3-pip gcc binutils automake autoconf libtool
121
run: |
122
python3 -m pip install -U setuptools pip wheel tox
123
- tox -e py3
+ tox
124
125
# Test if the python-isal conda package can be build. Which is linked
126
# dynamically to the conda isa-l package.
0 commit comments