robotology / gym-ignition

Framework for developing OpenAI Gym robotics environments simulated with Ignition Gazebo
https://robotology.github.io/gym-ignition
GNU Lesser General Public License v3.0
220 stars 26 forks source link

[`devel`]→[`master`] Preparation of v1.3.1 #411

Closed diegoferigo closed 2 years ago

diegoferigo commented 2 years ago

[^1]: Note that the version without the v prefix must comply with PEP440 in this regexp.

diegoferigo commented 2 years ago

I'm not sure why the Stable channel checks targeting current devel fail with:

[Err] [Physics.cc:680] Failed to find plugin [ignition-physics5-dartsim-plugin]. Have you checked the IGN_GAZEBO_PHYSICS_ENGINE_PATH environment variable?

We never modify the IGN_GAZEBO_PHYSICS_ENGINE_PATH env variable. The Stable channel is tested against Ignition Gazebo Fortress installed from ppa, and in this setup all the environment variables should be already taken care from upstream.

diegoferigo commented 2 years ago

After releasing v1.3.0.post0, we did not merge master into devel. The subsequent pre-release versions should have been v.1.3.0.post1.devX, but devel was using >=v1.3.1.dev that overrided the CI scenario installation with the one from PyPI.

The release process was updated recently and there are still some edge cases like this one that have to be properly handled. I updated the release guide with the right specifier version to use.