Skip to content

Commit

Permalink
Show the reticulate python configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Jun 10, 2020
1 parent 2212079 commit a778b41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
install.packages(c("remotes", "rcmdcheck"))
remotes::install_deps(dependencies = TRUE)
- name: Run test suite
run: rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
run: |
reticulate::py_config()
rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
release:
name: Release to PyPI
Expand Down

0 comments on commit a778b41

Please sign in to comment.