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 4dd0c76 commit 1437175Copy full SHA for 1437175
.github/workflows/continuous.yml
@@ -13,8 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- name: Install dependencies
15
run: |
16
- sudo apt-get install python3.11 python3.11-dev libgpgme-dev
17
- pip install poetry
+ sudo apt-get install python3-poetry libgpgme-dev
18
poetry install
19
- name: Check code formatting with black
20
run: poetry run black --check ldnp/
0 commit comments