Skip to content

Commit

Permalink
add line edit
Browse files Browse the repository at this point in the history
  • Loading branch information
tonygard-indecon committed Sep 19, 2023
1 parent 4e1cb59 commit 03fe978
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fredi_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
Rscript -e 'install.packages("openxlsx")'
Rscript -e 'install.packages("devtools")'
- name: Run createsystemData
run: source("createsystemData_main.R")
run: |
source("createsystemData_main.R")
source("createsystemData_sv.R")
- name: Commit results
run: |
Expand Down

0 comments on commit 03fe978

Please sign in to comment.