Skip to content

Commit

Permalink
change how we load EJAM package
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-silverman authored Feb 20, 2025
1 parent c03fdb6 commit 4041019
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/installation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,6 @@ jobs:

- name: Test Installation
run: |
R -e 'library(EJAM); print("Package loaded successfully")'
library(EJAM)
print("Package loaded successfully")'
shell: Rscript {0}

0 comments on commit 4041019

Please sign in to comment.