Skip to content

Commit a78674d

Browse files
committed
wip
1 parent d4513d8 commit a78674d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/qa.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
- uses: actions/setup-python@v6
3333
with:
3434
python-version: '3.14'
35+
- name: apt install
36+
run: sudo apt update && sudo apt install python3-dput -y
3537
- uses: snok/install-poetry@v1
3638
- name: poetry install
3739
run: poetry install

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"requests (>=2.32.5)",
1212
"distro-info (>=1.0)",
1313
"launchpadlib (>=2.1.0)",
14-
"dput (>=1.39)",
14+
"dput @ file:///usr/lib/python3/dist-packages/dput-1.39.egg-info",
1515
]
1616
requires-python = ">=3.10"
1717

0 commit comments

Comments
 (0)