Skip to content

Commit

Permalink
Update .github/workflows/workshop-setup.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Claudiu Forgaci <[email protected]>
  • Loading branch information
manuGil and cforgaci authored May 2, 2024
1 parent 6678144 commit c441107
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workshop-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ jobs:
any::sf
- name: Test Lessons
run: |
echo "code to test lessons"
shell: bash
Rscript -e 'nc <- sf::st_read(system.file("shape/nc.shp", package="sf"), quiet = TRUE); if (sf::st_crs(sf::st_transform(nc, 4326))$epsg == 4326) print("`sf` works as expected"); if (nrow(dplyr::filter(nc, AREA > 0.2)) == 11) print("`tidyverse` works as expected")'

0 comments on commit c441107

Please sign in to comment.