From d2ec793625bbeadd250332afe0a24f74f30f26c3 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Fri, 22 May 2020 16:40:39 -0700 Subject: [PATCH] Update ci.yml Added typing_extensions to fix windows ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a0a64d4..704be58b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest + pip install pytest typing_extensions - name: Run tests run: python tools/snippets pytest -v tests