Skip to content

Commit

Permalink
try ignoring rlas
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermorganwall committed Jul 27, 2024
1 parent 1e0180d commit 5ae43b3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,11 @@ jobs:
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}
- name: Install rlas from GitHub
run: |
R -e "install.packages('rlas', repos = c('https://r-lidar.r-universe.dev', 'https://cloud.r-project.org'))"
- uses: r-hub/actions/setup-deps@v1
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}
extra-packages: rlas=?ignore
- uses: r-hub/actions/run-check@v1
with:
token: ${{ secrets.RHUB_TOKEN }}
Expand Down Expand Up @@ -92,13 +90,11 @@ jobs:
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}
- name: Install rlas from GitHub
run: |
R -e "install.packages('rlas', repos = c('https://r-lidar.r-universe.dev', 'https://cloud.r-project.org'))"
- uses: r-hub/actions/setup-deps@v1
with:
job-config: ${{ matrix.config.job-config }}
token: ${{ secrets.RHUB_TOKEN }}
extra-packages: rlas=?ignore
- uses: r-hub/actions/run-check@v1
with:
job-config: ${{ matrix.config.job-config }}
Expand Down

0 comments on commit 5ae43b3

Please sign in to comment.