yutannihilation commented on code in PR #117:
URL: https://github.com/apache/sedona-db/pull/117#discussion_r2366434627


##########
.github/workflows/r.yml:
##########
@@ -36,13 +36,17 @@ jobs:
   test:
     runs-on: ${{ matrix.config.os }}
     name: ${{ matrix.config.os }} (${{ matrix.config.r }})
+    defaults:
+      run:
+        shell: bash
 
     strategy:
       fail-fast: false
       matrix:
         config:
           - {os: ubuntu-latest, r: 'release'}
           - {os: macos-latest, r: 'release'}
+          # - {os: windows-latest, r: 'release'}

Review Comment:
   Sure. I created an issue for this.
   
   https://github.com/apache/sedona-db/issues/120



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to