OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
506 stars 138 forks source link

Windows Build for PyPI fails #347

Closed chinmayshah99 closed 3 years ago

chinmayshah99 commented 3 years ago

How to Reproduce

Error: Unable to process command '::add-path::C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin' successfully. Error: The add-path command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the ACTIONS_ALLOW_UNSECURE_COMMANDS environment variable to true. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

Logs; https://github.com/OpenMined/PyDP/runs/1733017688?check_suite_focus=true

chinmayshah99 commented 3 years ago

Fixed in #363