Skip to content

Commit

Permalink
fix rpy2 crash bug (#313)
Browse files Browse the repository at this point in the history
remove version limits

Signed-off-by: Samuel Hoffman <hoffman.sc@gmail.com>
  • Loading branch information
hoffmansc authored Jun 21, 2022
1 parent e95aae4 commit 79a8d02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:

- name: Set up R
uses: r-lib/actions/setup-r@v2
with:
r-version: 4.1.3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
Expand Down Expand Up @@ -76,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9]

steps:
- name: Check out repo
Expand Down

0 comments on commit 79a8d02

Please sign in to comment.