Skip to content

Commit

Permalink
Missing Tidy Ubuntu Short Term Workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed Apr 4, 2024
1 parent 23b0d7b commit 8d76221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: actions/[email protected]
with:
fetch-depth: 1
- name: Install Tidy
run: sudo apt-get install -y tidy
- name: set up R
uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/smoke-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/[email protected]
with:
fetch-depth: 1
- name: Install Tidy
run: sudo apt-get install -y tidy
- name: set up R
shell: bash
run: |
Expand Down

0 comments on commit 8d76221

Please sign in to comment.