Skip to content

Commit

Permalink
Stop testing against Python 2 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Jun 27, 2023
1 parent 0902de4 commit e8abae3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ jobs:

- { os: ubuntu-latest, r: 'oldrel-1', python: '3.9' }
- { os: ubuntu-latest, r: 'oldrel-2', python: '3.9' }
- { os: ubuntu-latest, r: '3.5', python: '3.9' }
- { os: ubuntu-latest, r: '3.6', python: '3.8' }
- { os: ubuntu-latest, r: '3.6', python: '3.8' }
- { os: ubuntu-latest, r: '3.5', python: '3.6' }
# - { os: ubuntu-latest, r: 'devel' , python: '3.8', http-user-agent: 'release' }

- { os: ubuntu-latest, r: 'release', python: '2.7' }
- { os: ubuntu-latest, r: 'release', python: '3.7' }
- { os: ubuntu-latest, r: 'release', python: '3.8' }
- { os: ubuntu-latest, r: 'release', python: '3.10' }
Expand All @@ -56,9 +55,6 @@ jobs:
with:
python-version: ${{ matrix.config.python }}

- if: matrix.config.python == '2.7'
run: python -m pip install --upgrade --user virtualenv

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck remotes local::.
Expand Down

0 comments on commit e8abae3

Please sign in to comment.