Skip to content

Commit

Permalink
run-tests: Ensure we install federation via activitypub extras (bovin…
Browse files Browse the repository at this point in the history
…e library)

Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
  • Loading branch information
pdxjohnny committed Nov 20, 2023
1 parent 9fde58e commit 8af7d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ ! -f "venv/bin/activate" ]; then
. ./venv/bin/activate
pip install -q -U pip setuptools wheel
pip install -q -r dev-requirements.txt
pip install -q -e .[oidc]
pip install -q -e .[oidc,federation-activitypub-bovine]
else
. ./venv/bin/activate
fi
Expand Down

0 comments on commit 8af7d37

Please sign in to comment.