1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-06-27 21:55:19 +00:00

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

@ -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