We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56f9ec0 + 8a3a3fa commit b68573bCopy full SHA for b68573b
.devcontainer/post-install.sh
@@ -8,8 +8,8 @@ WORKSPACE_DIR=$(pwd)
8
python -m pip install --upgrade pip
9
pip3 install -r demo/requirements.txt -r demo/requirements.behave.txt
10
11
-# install a version of acapy-agent so the pytests can pick up a version
12
-pip3 install acapy-agent
+# install current version of acapy-agent so the pytests can pick up a version
+pip3 install .
13
14
# hack/workaround to allow `pytest .` and `poetry run pytest` work.
15
# need to not run ruff...
0 commit comments