Je sais pas écrire

This commit is contained in:
Théo DURR 2022-08-25 21:21:12 +02:00
parent 111bcc8e60
commit 26e46de8e1
No known key found for this signature in database
GPG Key ID: 708858E9F7281E30
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Install poetry
run: |
python -m install --upgrade pip
python -m pip install --upgrade pip
python -m pip install poetry
- name: Checking pyproject.toml syntax
@ -54,7 +54,7 @@ jobs:
- name: Install black
run: |
python -m install --upgrade pip
python -m pip install --upgrade pip
python -m pip install black==22.6.0
- name: Check linting