Skip to content

Commit

Permalink
Fix failing release CI
Browse files Browse the repository at this point in the history
charmcraft bug causes check-lib check to fail
canonical/charmcraft#1389 (comment)
  • Loading branch information
carlcsaposs-canonical committed Jan 8, 2024
1 parent 8cdfdd3 commit e724c44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
pipx install tox
pipx install poetry
tox run -e build-wrapper
mv requirements-last-build.txt requirements.txt
- name: Check libs
uses: canonical/charming-actions/[email protected]
with:
Expand Down

0 comments on commit e724c44

Please sign in to comment.