amarvin / pyrfc-read

PyRFC wrapper for reading from SAP R/3
MIT License
2 stars 1 forks source link

Fix CI/CD step to install pyrfc #1

Closed amarvin closed 3 months ago

amarvin commented 3 months ago

Currently, the CI/CD runs in Ubuntu. The step to install requirements.txt fails for the dependency pyrfc, because for Linux OS it requires installing from source. When installing from source, it requires the SAP NW SDK to already be installed and configured with environment variables. This SAP software is proprietary and requires an SAP account to download, so I cannot even download the installer let alone use it in GitHub Actions here. I'll need to find a workaround.