Skip to content

Commit

Permalink
Merge pull request #19 from edgararuiz/python
Browse files Browse the repository at this point in the history
Adds Polars extension
  • Loading branch information
edgararuiz authored Oct 7, 2024
2 parents 651fff8 + 16003a9 commit 606ded8
Show file tree
Hide file tree
Showing 101 changed files with 1,798 additions and 480 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: main
branches: temp
pull_request:
branches: main
branches: temp

name: R-CMD-check.yaml

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: main
branches: temp
pull_request:
branches: main
branches: temp

name: test-coverage.yaml

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ rsconnect/

docs/

python/mall/src/
Loading

0 comments on commit 606ded8

Please sign in to comment.