We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c983d commit ccd05aaCopy full SHA for ccd05aa
.github/workflows/pythonpackage.yml
@@ -63,7 +63,7 @@ jobs:
63
env:
64
R_HOME: "c:/R"
65
R_USER: "c:/R"
66
- PATH: "c:/R/bin/x64;${{ env.PATH }}"
+ PATH: "c:/R/bin;c:/R/bin/x64;${{ env.PATH }}"
67
- name: Test with pytest on POSIX
68
if: runner.os != 'Windows'
69
run: |
0 commit comments