From 65e888075260f6899513b95e8b2290e6fe631a26 Mon Sep 17 00:00:00 2001 From: Ray Chan Date: Fri, 3 May 2024 11:45:13 -0700 Subject: [PATCH] Update ci command --- .github/workflow/ci.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflow/ci.yaml b/.github/workflow/ci.yaml index 93f12d9..f3ac9f0 100644 --- a/.github/workflow/ci.yaml +++ b/.github/workflow/ci.yaml @@ -8,11 +8,8 @@ jobs: fail-fast: false matrix: tox: + - py38 - py310 - - pre-commit - - mypy - - docs - # TODO: benchmark blocked on https://github.com/actions/toolkit/issues/399 steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4