Skip to content

Commit b68573b

Browse files
authored
Merge pull request openwallet-foundation#3638 from esune/fix/devcontainer
Use current version of aca-py in devcontainer
2 parents 56f9ec0 + 8a3a3fa commit b68573b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/post-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ WORKSPACE_DIR=$(pwd)
88
python -m pip install --upgrade pip
99
pip3 install -r demo/requirements.txt -r demo/requirements.behave.txt
1010

11-
# install a version of acapy-agent so the pytests can pick up a version
12-
pip3 install acapy-agent
11+
# install current version of acapy-agent so the pytests can pick up a version
12+
pip3 install .
1313

1414
# hack/workaround to allow `pytest .` and `poetry run pytest` work.
1515
# need to not run ruff...

0 commit comments

Comments
 (0)