python -m pip install --upgrade tomli

This commit is contained in:
Christian Clauss 2024-11-08 21:28:04 +01:00
parent e3bbe63fe6
commit 0cdbbc7b66

View file

@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade tox tox-gh-actions
python -m pip install --upgrade tomli tox tox-gh-actions
python -m pip install --editable ".[testing]"
- name: Tox tests