install s3 components duriing test stage

This commit is contained in:
Evgenii Alekseev 2021-08-10 11:48:52 +03:00
parent b620de8bb2
commit efd475f24a

View File

@ -21,5 +21,6 @@ jobs:
/bin/bash -c "pacman --noconfirm -Syu base-devel python python-pip && \
pip install -e .[web] && \
pip install -e .[check] && \
pip install -e .[s3] && \
pip install -e .[test] && \
make check tests"