- go to the CI server
- select
Pipelines > Pipelines - on the
Runspage select the commit you want - on the
Summarytab clickN publishedunderRelated(whereNis the number of artifacts) - hover over your platform (e.g.
windows-python-3.6), click on...and selectDownload artifacts - extract the ZIP archive
- open a command line and change into directory where you extracted the archive
- on the command line run
python -m pip install <path-to-wheel>(where<path-to-wheel>is the path of the FMPy Wheel (*.whl))