Skip to content

Commit

Permalink
Fix installation of hub
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 10, 2024
1 parent 8dbbfe8 commit 2016b11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ jobs:
'./**/*.md' './**/*.html' './**/*.rst'
- name: Install hub
run: |
sudo apt --quiet --yes update
sudo apt install --yes hub
- name: List open issues
id: open_issues
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
> [!IMPORTANT]
> This version is not released yet and is under active development.
- Fix installation of `hub` on broken links job.

## [4.7.1 (2024-11-03)](https://github.com/kdeldycke/workflows/compare/v4.7.0...v4.7.1)

- Fix upload to PyPi on release.
Expand Down

0 comments on commit 2016b11

Please sign in to comment.