Skip to content

Commit

Permalink
another attempt at proper quarto poetry env
Browse files Browse the repository at this point in the history
  • Loading branch information
AFg6K7h4fhy2 committed Nov 25, 2024
1 parent bcc2238 commit 92f7c76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/render-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Install Dependencies With Poetry
run: poetry install --with dev

- name: Set QUARTO_PYTHON to Poetry Environment
run: echo "QUARTO_PYTHON=$(poetry env info --path)/bin/python" >> $GITHUB_ENV

- name: Render README.md From README.qmd
run: quarto render README.qmd

Expand Down
4 changes: 2 additions & 2 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ covid_nhsn_data = forecasttools.nhsn_hosp_COVID
# access flu data
flu_nhsn_data = forecasttools.nhsn_hosp_flu
# display covid data
covid_nhsn_data
# display flu data
flu_nhsn_data
```

The data was created by placing a csv file called `NHSN_RAW_20240926.csv` (the full NHSN dataset) into `./forecasttools` and running, in `data.py`, the following:
Expand Down

0 comments on commit 92f7c76

Please sign in to comment.