We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4513d8 commit a78674dCopy full SHA for a78674d
.github/workflows/qa.yaml
@@ -32,6 +32,8 @@ jobs:
32
- uses: actions/setup-python@v6
33
with:
34
python-version: '3.14'
35
+ - name: apt install
36
+ run: sudo apt update && sudo apt install python3-dput -y
37
- uses: snok/install-poetry@v1
38
- name: poetry install
39
run: poetry install
pyproject.toml
@@ -11,7 +11,7 @@ dependencies = [
11
"requests (>=2.32.5)",
12
"distro-info (>=1.0)",
13
"launchpadlib (>=2.1.0)",
14
- "dput (>=1.39)",
+ "dput @ file:///usr/lib/python3/dist-packages/dput-1.39.egg-info",
15
]
16
requires-python = ">=3.10"
17
0 commit comments