We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6e6a7 commit bfc9f05Copy full SHA for bfc9f05
.github/workflows/lib-check.yaml
@@ -26,17 +26,6 @@ jobs:
26
uses: actions/checkout@v4
27
with:
28
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
38
- tox run -e build-wrapper
39
- mv requirements-last-build.txt requirements.txt
40
- name: Check libs
41
uses: canonical/charming-actions/[email protected]
42
0 commit comments