Skip to content

Commit

Permalink
Restores the other tests, adds NEWS item
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Sep 17, 2024
1 parent 2eae4a9 commit 13222f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: main
pull_request:
branches: temp
branches: main

name: R-CMD-check

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches: main
pull_request:
branches: temp
branches: main

name: test-coverage

Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

* Avoids failure when an unexpected error from Databricks is returned (#123)

* No longer install 'rpy2' by default. It will prompt user for installation
the first time `spark_apply()` is called (#125)

# pysparklyr 0.1.5

### Improvements
Expand Down

0 comments on commit 13222f7

Please sign in to comment.