Skip to content

Commit

Permalink
Update reply_to_issues.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaynes authored Apr 25, 2024
1 parent b797c95 commit ed9287b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reply_to_issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: steps.setupR.outcome == 'success'

- name: Install validation
run: Rscript -e 'install.packages("validation", repos = "https://ctu-bern.r-universe.dev", dependencies = TRUE)'
run: Rscript -e 'install.packages("validation", repos = c("https://ctu-bern.r-universe.dev", "https://cloud.r-project.org"), dependencies = TRUE)'
if: steps.setupR.outcome == 'success'

- name: Run script to calculate risk and post comment
Expand Down

0 comments on commit ed9287b

Please sign in to comment.