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 e48fb6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
uses: actions/[email protected]
with:
fetch-depth: 1
- name: Install Tidy Ubuntu
if: matrix.os == 'ubuntu-latest'
run: sudo apt install -y tidy
- name: Install Tidy Mac
if: matrix.os == 'macos-latest'
run: brew install 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 install -y tidy
- name: set up R
shell: bash
run: |
Expand Down

0 comments on commit e48fb6f

Please sign in to comment.