Skip to content
Snippets Groups Projects
Commit 7c71f260 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Added explicit versions to python packages to avoid errors caused by misconfiguration.

parent 38c80b5c
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!63Further ci improvements
......@@ -4,9 +4,9 @@ set -e
cd tests/tests_api/hivemind/tavern
pip3 install --user jsondiff
pip3 install --user tavern
pip3 install --user pytest
pip3 install --user jsondiff==1.2.0
pip3 install --user tavern==1.2.2
pip3 install --user pytest==6.0.1
export HIVEMIND_ADDRESS=$1
export HIVEMIND_PORT=$2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment