Skip to content

Commit

Permalink
Fix CI workflow by removing R dependency installation
Browse files Browse the repository at this point in the history
Change-Id: I452b25157623cc6a448bbc94b5264bee0bf05d1a
  • Loading branch information
kupietz committed Jan 26, 2024
1 parent af73920 commit ec2d990
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
r-version: ${{ matrix.r-version }}
use-public-rspm: true
cache-version: 2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::RKorAPClient
if: runner.os != 'Linux'
- name: Set up package maintainers R on Linux
run: |
sudo apt-get update -y
Expand Down

0 comments on commit ec2d990

Please sign in to comment.