Skip to content

Commit

Permalink
Fix path.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekbanas committed Nov 20, 2024
1 parent bc656aa commit e5bc813
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: ./.github/workflows/install_r_dependencies.yaml
- uses: .github/workflows/install_r_dependencies.yaml
with:
additional_packages: "covr, testthat, xml2, check"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
use-public-rspm: true

- uses: ./.github/workflows/install_r_dependencies.yaml
- uses: .github/workflows/install_r_dependencies.yaml
with:
additional_packages: "lintr"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
use-public-rspm: true

- uses: ./.github/workflows/install_r_dependencies.yaml
- uses: .github/workflows/install_r_dependencies.yaml
with:
additional_packages: "covr, testthat, xml2"

Expand Down

0 comments on commit e5bc813

Please sign in to comment.