Skip to content

Commit 307b14a

Browse files
committed
[devcontainer] Fixing postCreateCommand path's to run properly
1 parent 4753ecd commit 307b14a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/postCreateCommand.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
set -e
33

44
export PIP_BREAK_SYSTEM_PACKAGES=1
5-
pip install -r docs/source/requirements.txt
5+
pip install -r ../docs/source/requirements.txt
66
pip install sphinx-autobuild

0 commit comments

Comments
 (0)