Skip to content

Commit c80edfb

Browse files
committed
ci: revert to macos runner, and add another error true
1 parent 2b729cf commit c80edfb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Quarto Publish
77

88
jobs:
99
build-deploy:
10-
runs-on: ubuntu-latest # macos-latest # windows-latest
10+
runs-on: macos-latest # ubuntu-latest windows-latest
1111
permissions:
1212
contents: write
1313
steps:

book/lectures/135-data_validation-python-pandera.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,9 @@ We show below how to do this for our working example
390390
so that the valid rows are returned as a dataframe named `validated_data`
391391
and the errors are logged as a file called `validation_errors.log`:
392392

393+
<!-- TODO: should not need to error true this line, but trying to fix CI-->
393394
```{python}
395+
# | error: true
394396
import json
395397
import logging
396398
import pandas as pd

0 commit comments

Comments
 (0)