Skip to content

Commit

Permalink
Update pythonpackage.yml (#16)
Browse files Browse the repository at this point in the history
* Update pythonpackage.yml

* Update requirements.txt

* Update webpages.yml
  • Loading branch information
lgautier authored Aug 18, 2024
1 parent 3c7cd49 commit 3cae4d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
max-parallel: 4
matrix:
python-version: [3.8, 3.9, "3.10", "3.11" ,"3.12"]
r-version: ['release']
r-version: ['4.3', '4.4']
os: [ubuntu-22.04, ubuntu-latest, macOS-latest]
include:
- os: ubuntu-22.04
Expand Down 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/4.4")
Sys.setenv(NOT_CRAN = "true")
install.packages("polars", repos = "https://community.r-multiverse.org")
shell: Rscript {0}
- name: Install dependencies
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/webpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'gh-pages'

env:
R-VERSION: "4.2"
R-VERSION: "4.4"


jobs:
Expand Down Expand Up @@ -40,6 +40,8 @@ jobs:
run: |
install.packages("dplyr")
install.packages("arrow")
Sys.setenv(NOT_CRAN = "true")
install.packages("polars", repos = "https://community.r-multiverse.org")
shell: Rscript {0}
- name: Install Python dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ipython
pandas
polars
pyarrow
rpy2
rpy2-arrow
Expand Down

0 comments on commit 3cae4d3

Please sign in to comment.