From ecde5359f17fa80462fb5bbd6fec26d5f732b6c7 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 21 Nov 2022 22:53:25 -0800 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9070c48..a5840d5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "ghcr.io/devcontainers/features/python:1": {}, "ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {} }, -"postCreateCommand": "pip3 install -r requirements.txt && pip3 install -r docs/requirements.txt && pip3 install -r pytest && conda install -y ffmpeg", +"postCreateCommand": "pip3 install -r requirements.txt && pip3 install -r docs/requirements.txt && pip3 install pytest && conda install -y ffmpeg", "customizations": { "vscode": { "extensions": [