Skip to content

Commit

Permalink
ci: ensure install R on ubuntu runner, and other minor fixes to make …
Browse files Browse the repository at this point in the history
…ci passed (#1316)
  • Loading branch information
eitsupi authored Jan 23, 2025
1 parent 0be952c commit 0baf728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ runs:
repo-token: ${{ inputs.token }}

- name: Install R
# Workaround for https://github.com/actions/runner-images/issues/9394
if: runner.os == 'macOS'
if: runner.os != 'Windows'
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down
2 changes: 1 addition & 1 deletion vignettes/userguide.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ df$group_by("groups")$agg(
## GroupBy

```{r}
url = "https://theunitedstates.io/congress-legislators/legislators-historical.csv"
url = "https://unitedstates.github.io/congress-legislators/legislators-historical.csv"
dtypes = list(
"first_name" = pl$Categorical(),
Expand Down

0 comments on commit 0baf728

Please sign in to comment.