This commit is contained in:
Alessio Bogon 2022-12-29 12:14:10 +01:00 committed by GitHub
parent 0056f97261
commit 23a7bd5648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U setuptools
pip install tox tox-gh-actions coverage[toml]
pip install tox coverage[toml]
- name: Type checking
continue-on-error: true
run: |