Skip to content

Commit 69adefa

Browse files
committed
Try installing SpatialData from commit that triggered the workflow
1 parent fe62023 commit 69adefa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/R-CMD-check-SpatialDataPlot.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ jobs:
4242

4343
- uses: r-lib/actions/setup-r-dependencies@v2
4444
with:
45-
extra-packages: any::rcmdcheck
45+
# Install SpatialData from the commit that triggered the workflow
46+
extra-packages: |
47+
any::rcmdcheck
48+
HelenaLC/SpatialData@${{ github.sha }}
4649
needs: check
4750

4851
- uses: r-lib/actions/check-r-package@v2

0 commit comments

Comments
 (0)