Skip to content

Commit

Permalink
ci: downgrade rpy2 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 21, 2023
1 parent 2c822d6 commit f1dbc7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: Downgrade pip (Windows)
if: runner.os == 'Windows'
run: |
# Downgrade pip so rpy2 build does not fail as propoesd in
# Force installation of rpy2 3.5.12
# https://github.com/rpy2/rpy2/issues/1044
python -m pip install pip==21.3.1
python -m pip install rpy2==3.5.12
- name: Install dclab with all possible dependencies
if: matrix.extras == 'all'
run: |
Expand Down

0 comments on commit f1dbc7d

Please sign in to comment.