diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index d630da2f..81f79bde 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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"