8000 update yaml · ShMcK/coderoad-python-test@f673973 · GitHub
[go: up one dir, main page]

Skip to content

Commit f673973

Browse files
committed
update yaml
1 parent b560106 commit f673973

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coderoad.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ config:
2323
# - commit2
2424
## A list of commands to run to configure the tutorial
2525
commands:
26+
- "python3 -m venv tutorial-env"
27+
- "source tutorial-env/bin/activate"
2628
- "pip install requirements.txt"
2729
# - npm install
2830
## App versions helps to ensure compatability with the Extension

0 commit comments

Comments
 (0)
0