Skip to content

Commit

Permalink
removed the setup-python section
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyTseng committed Oct 3, 2024
1 parent 64c6132 commit 2de89c4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,13 @@ jobs:
extra-packages: any::rcmdcheck reticulate devtools
needs: check

- uses: actions/setup-python@v4
with:
python-version: "3.11"


- name: setup r-birdnet venv and install birdnet
shell: Rscript {0}
run: |
reticulate::install_python("3.11")
devtools::load_all()
birdnetR::install_birdnet()
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down

0 comments on commit 2de89c4

Please sign in to comment.