From 47d6b5da9d5ce79a1d21317672bf6c6b62d4733d Mon Sep 17 00:00:00 2001 From: Patrick Kidger <33688385+patrick-kidger@users.noreply.github.com> Date: Mon, 11 Jul 2022 12:53:20 +0100 Subject: [PATCH] Test fix --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 31a75f2..f99de51 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -42,7 +42,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install pytest wheel jaxlib + python -m pip install pytest wheel jaxlib beartype - name: Checks with pre-commit uses: pre-commit/action@v2.0.3