Skip to content

Commit

Permalink
Update test_r.yaml
Browse files Browse the repository at this point in the history
lib isn't loaded, reference where import is
  • Loading branch information
jbousquin authored Jan 17, 2024
1 parent 5b52641 commit b70b93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Run pip env using R reticulate
run: |
install.packages("reticulate")
import("harmonize_wq")
reticulate::import("harmonize_wq")
shell: Rscript {0}

- name: Run pytest
Expand Down

0 comments on commit b70b93c

Please sign in to comment.