Skip to content

Commit

Permalink
fix test yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJones687 committed Mar 26, 2024
1 parent 79c9262 commit a7cdec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Ubuntu system dependencies
if: runner.os == "Linux"
if: runner.os == 'Linux'
run: sudo apt install -y libproj-dev

- uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit a7cdec3

Please sign in to comment.