Skip to content

Commit

Permalink
Explicitly install attrs.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Jul 7, 2024
1 parent d8070a1 commit 660fd3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,9 @@ install:
linux)
if [ "$CHECK_REUSE" = "YES" -o "$CHECK_REUSE" = "ONLY" ]; then
set -e # because the if below swallows a bad exit status.
python -m pip install --upgrade pip
pip3 install reuse
# reuse doesn't seem to have attrs as a prerequisite hence
# explicit install.
pip3 install attrs reuse
set +e
fi
if [ "$CHECK_REUSE" != "ONLY" -a "$CHECK_MKVK" != "ONLY" -a "$WASM_BUILD" != "YES" ]; then
Expand Down

0 comments on commit 660fd3e

Please sign in to comment.