Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
Use updated install instructions.
  • Loading branch information
lgautier authored Aug 17, 2024
1 parent 20ca4c4 commit 1fecfcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
install.packages("nanoarrow")
install.packages("polars", repos = "https://rpolars.r-universe.dev/bin/linux/jammy/${{ matrix.r-version }}")
Sys.setenv(NOT_CRAN = "true")
install.packages("polars", repos = "https://community.r-multiverse.org")
shell: Rscript {0}
- name: Install dependencies
run: |
Expand Down

0 comments on commit 1fecfcb

Please sign in to comment.