Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
Fix R release version in path to polars package.
  • Loading branch information
lgautier authored Aug 11, 2024
1 parent 157d9f6 commit 4725c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
install.packages("nanoarrow")
install.packages("polars", repos = "https://rpolars.r-universe.dev/bin/linux/jammy/4.3")
install.packages("polars", repos = "https://rpolars.r-universe.dev/bin/linux/jammy/${{ r-version }}")
shell: Rscript {0}
- name: Install dependencies
run: |
Expand Down

0 comments on commit 4725c86

Please sign in to comment.