Skip to content

Commit

Permalink
Removed remotes:: code from gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Apr 17, 2024
1 parent 7829d1e commit ba4ca4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
any::remotes
- name: Install packages
run:
remotes::install_github("nhs-r-community/NHSRpopulation")
remotes::install_github("nhs-r-community/NHSRpostcodetools")
install_github("nhs-r-community/NHSRpopulation")
install_github("nhs-r-community/NHSRpostcodetools")

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ba4ca4d

Please sign in to comment.