mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
install s3 components duriing test stage
This commit is contained in:
parent
b620de8bb2
commit
efd475f24a
1
.github/workflows/run-tests.yml
vendored
1
.github/workflows/run-tests.yml
vendored
@ -21,5 +21,6 @@ jobs:
|
|||||||
/bin/bash -c "pacman --noconfirm -Syu base-devel python python-pip && \
|
/bin/bash -c "pacman --noconfirm -Syu base-devel python python-pip && \
|
||||||
pip install -e .[web] && \
|
pip install -e .[web] && \
|
||||||
pip install -e .[check] && \
|
pip install -e .[check] && \
|
||||||
|
pip install -e .[s3] && \
|
||||||
pip install -e .[test] && \
|
pip install -e .[test] && \
|
||||||
make check tests"
|
make check tests"
|
||||||
|
Loading…
Reference in New Issue
Block a user