From efba2d010f98176283f142ce82090a7eb3ff39ac Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:09:23 +0000 Subject: [PATCH] style: pre-commit fixes --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 67d35c70..4246c8af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -87,8 +87,7 @@ jobs: - name: Install NumPy pre-release if: matrix.python-version == '3.13' - run: - uv pip install --system numpy --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --prerelease=allow + run: uv pip install --system numpy --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --prerelease=allow - name: Install python tools run: uv pip install --system -r dev-requirements.txt pytest-github-actions-annotate-failures