Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmatthews committed Jun 13, 2024
1 parent 3482a59 commit dd560cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ elif [[ $dist == redhat ]]; then
else
yum install -y python-requests || error
yum install -y pcre-tools || error
pip install --trusted-host pypi.python.org mock pytest-tap || error # used by test-battery
#pip install mock pytest-tap || error # used by test-battery
fi
fi
# Add the Rose wrapper scripts
Expand Down

0 comments on commit dd560cb

Please sign in to comment.