Skip to content

Commit

Permalink
Update R-CMD-check.yml
Browse files Browse the repository at this point in the history
- install `python3-venv`
  • Loading branch information
brownag authored Nov 20, 2023
1 parent 33e06d9 commit 429618c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
brew install pkg-config
brew install gdal
- name: Install system dependencies (Linux)
if: runner.os == 'Linux'
run: |
sudo apt install python3-venv
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down

0 comments on commit 429618c

Please sign in to comment.