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 c4f803c commit b560106Copy full SHA for b560106
coderoad.yaml
@@ -36,7 +36,7 @@ config:
36
##
37
uri: "https://github.com/beaucarnes/coderoad-python-test"
38
## The branch on the repo uri that contains the code commits. Required.
39
- branch: ""
+ branch: "v0.1.0"
40
41
## A list of tutorial dependencies to ensure the environment is setup for the tutorial. Optional.
42
## The dependencies will be checked by running `dependency.name` --version and comparing it to the version provided.
@@ -57,6 +57,6 @@ levels:
57
## Setup for the first task. Required.
58
setup:
59
## Solution for the first task. Required.
60
- solution:
+ subtasks: false
61
62
0 commit comments