diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:40:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:40:54 +0000 |
commit | 8188ef390db734738d245336d1d619516ca746d4 (patch) | |
tree | 36dc902621c535d2567244ce020d614858c9ddee /.github | |
parent | Adding upstream version 3.0.16. (diff) | |
download | ptpython-8188ef390db734738d245336d1d619516ca746d4.tar.xz ptpython-8188ef390db734738d245336d1d619516ca746d4.zip |
Adding upstream version 3.0.19.upstream/3.0.19
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 00ed1b0..0368ba7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,6 +23,7 @@ jobs: sudo apt remove python3-pip python -m pip install --upgrade pip python -m pip install . black isort mypy pytest readme_renderer + python -m pip install . types-dataclasses # Needed for Python 3.6 pip list - name: Type Checker run: | |