Skip to content

Commit

Permalink
Remove workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Sep 16, 2024
1 parent 6a27c18 commit bab8eb7
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 @@ -50,7 +50,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, any::duckdb
extra-packages: any::rcmdcheck
needs: check

- name: Start Redis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::devtools, any::duckdb
extra-packages: any::devtools

- name: Start Redis
if: runner.os != 'Windows'
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 @@ -30,7 +30,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr, any::duckdb
extra-packages: any::covr
needs: coverage

- name: Start Redis
Expand Down

0 comments on commit bab8eb7

Please sign in to comment.