-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check that the python packages versions match the conda version
- Loading branch information
1 parent
dbc0c46
commit e535056
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
# Fix Python package version | ||
sed -i "s|name = gym_ignition|name = gym_ignition\nversion=$PKG_VERSION|g" setup.cfg | ||
sed -i "s|\[tool.setuptools_scm\]||g" pyproject.toml | ||
sed -i 's|local_scheme = "dirty-tag"||g' pyproject.toml | ||
|
||
pip install --no-build-isolation --no-deps . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters