mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-25 18:44:23 +00:00
Je sais pas écrire
This commit is contained in:
parent
111bcc8e60
commit
26e46de8e1
4
.github/workflows/unittests.yml
vendored
4
.github/workflows/unittests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user