Skip to content

Commit

Permalink
fix: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
alarthast committed Oct 18, 2024
2 parents d023347 + 0e34ba8 commit a33144f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions docs/explanation/output-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ opensafely exec ehrql:v1 generate-dataset "./dataset-definition.py" --dummy-tabl
### Example `project.yaml`

```yaml
version: "3.0"

expectations:
population_size: 1000
version: "4.0"

actions:
extract_data:
Expand Down
5 changes: 1 addition & 4 deletions docs/explanation/running-ehrql.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,7 @@ you need to have a file called `project.yaml`.
`project.yaml` in your `learning-ehrql` directory:

```yaml
version: '3.0'

expectations:
population_size: 1000
version: '4.0'

actions:
generate_dataset:
Expand Down
5 changes: 1 addition & 4 deletions docs/tutorial/example-study/project.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
version: "3.0"

expectations:
population_size: 1000
version: "4.0"

actions:
generate_dataset:
Expand Down

0 comments on commit a33144f

Please sign in to comment.