Skip to content

Commit ccd05aa

Browse files
committed
CI: Try to fix Windows rpy2 build
Change-Id: I4ac65385537e869d33e1adf2c3205dd82e2424ee
1 parent 56c983d commit ccd05aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
R_HOME: "c:/R"
6565
R_USER: "c:/R"
66-
PATH: "c:/R/bin/x64;${{ env.PATH }}"
66+
PATH: "c:/R/bin;c:/R/bin/x64;${{ env.PATH }}"
6767
- name: Test with pytest on POSIX
6868
if: runner.os != 'Windows'
6969
run: |

0 commit comments

Comments
 (0)