Skip to content

Commit

Permalink
Remove temporary installation step from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Aug 7, 2023
1 parent ddf3a8b commit 1a0517d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: "Install dependencies"
run: |
python -m pip install --upgrade pip
python -m pip install pin # TODO(scaron): remove
python -m pip install upkie
- name: "Install PyPI package"
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,18 @@ All notable changes to this project will be documented in this file.
### Fixed

- envs: Overlay constructor spine configuration on top of default config
- envs: Skip environment registration upon missing dependency
- tools: CPU scaling scripts don't need to be run as root any more

## [1.3.3] - 2023/08/07

### Changed

- envs: Skip environment registration upon missing dependency

## [1.3.2] - 2023/08/07

### Fixed

- config: Distribute missing ``config`` submodule in PyPI package

## [1.3.1] - 2023/07/28
Expand Down

0 comments on commit 1a0517d

Please sign in to comment.