Skip to content

Commit bfc9f05

Browse files
authored
Fix lib check (#627)
1 parent 9c6e6a7 commit bfc9f05

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/lib-check.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,6 @@ jobs:
2626
uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
29-
- name: Set up environment
30-
run: |
31-
pipx install tox
32-
pipx install poetry
33-
pipx inject poetry poetry-plugin-export
34-
# TODO: Remove after https://github.com/python-poetry/poetry/pull/5980 is closed
35-
poetry config warnings.export false
36-
- name: Generate requirements
37-
run: |
38-
tox run -e build-wrapper
39-
mv requirements-last-build.txt requirements.txt
4029
- name: Check libs
4130
uses: canonical/charming-actions/[email protected]
4231
with:

0 commit comments

Comments
 (0)