summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:40:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:40:54 +0000
commit8188ef390db734738d245336d1d619516ca746d4 (patch)
tree36dc902621c535d2567244ce020d614858c9ddee /.github/workflows/test.yaml
parentAdding upstream version 3.0.16. (diff)
downloadptpython-4fcb29629f2d74a4bf2931f0944c9d136ecd76cb.tar.xz
ptpython-4fcb29629f2d74a4bf2931f0944c9d136ecd76cb.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/workflows/test.yaml')
-rw-r--r--.github/workflows/test.yaml1
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: |