Baunsgaard commented on PR #1843:
URL: https://github.com/apache/systemds/pull/1843#issuecomment-1714485932

   > /Users/runner/work/_temp/b8ad4948-f59d-4334-ad56-0415e504b59f.sh: line 1: 
cd: /github/workspace/src/main/cpp: No such file or directory
   > 
   > error during the build after the latest commit
   
   okay, then since it does not work... lets do relative paths like in:
   
   ```
       - name: Build Python Package
         run: |
           cd src/main/python
           python create_python_dist.py
   ```


-- 
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