Skip to content

Commit fe7b55e

Browse files
committed
update yaml
1 parent 61d2bc1 commit fe7b55e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

coderoad.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ 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"
28-
- "pip install requirements.txt"
26+
- python3 -m venv tutorial-env
27+
- source tutorial-env/bin/activate
28+
- pip install requirements.txt
2929
# - npm install
3030
## App versions helps to ensure compatability with the Extension
3131
appVersions:

0 commit comments

Comments
 (0)