Skip to content

Commit

Permalink
patch(build_charm.yaml): Remove poetry install (#265)
Browse files Browse the repository at this point in the history
No longer used (since poetry is installed in LXC container using
charmcraft.yaml)
  • Loading branch information
carlcsaposs-canonical authored Jan 16, 2025
1 parent b11cd35 commit 6fab380
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ jobs:
sudo iptables -P FORWARD ACCEPT
sudo snap install charmcraft --classic ${{ steps.charmcraft-snap-version.outputs.install_flag }}
pipx install poetry
pipx inject poetry poetry-plugin-export
pipx install charmcraftcache
- run: snap list
- name: Pack charm
Expand Down

0 comments on commit 6fab380

Please sign in to comment.