We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d2bc1 commit fe7b55eCopy full SHA for fe7b55e
coderoad.yaml
@@ -23,9 +23,9 @@ config:
23
# - commit2
24
## A list of commands to run to configure the tutorial
25
commands:
26
- - "python3 -m venv tutorial-env"
27
- - "source tutorial-env/bin/activate"
28
- - "pip install requirements.txt"
+ - python3 -m venv tutorial-env
+ - source tutorial-env/bin/activate
+ - pip install requirements.txt
29
# - npm install
30
## App versions helps to ensure compatability with the Extension
31
appVersions:
0 commit comments