Skip to content

Commit 1437175

Browse files
committed
Fix QA workflow
1 parent 4dd0c76 commit 1437175

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/continuous.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- name: Install dependencies
1515
run: |
16-
sudo apt-get install python3.11 python3.11-dev libgpgme-dev
17-
pip install poetry
16+
sudo apt-get install python3-poetry libgpgme-dev
1817
poetry install
1918
- name: Check code formatting with black
2019
run: poetry run black --check ldnp/

0 commit comments

Comments
 (0)