From 5d2e7ab490038d4bf695609d845d5646ca48fa70 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 05:44:58 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/run-examples.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/run-examples.yml b/.github/workflows/run-examples.yml index bed4b3db6..d6899437f 100644 --- a/.github/workflows/run-examples.yml +++ b/.github/workflows/run-examples.yml @@ -19,19 +19,19 @@ jobs: os: [ubuntu-latest-8-cores, macos-latest, windows-latest-8-cores] pyv: ['3.9', '3.12'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4 - - name: Set up Python ${{ matrix.pyv }} - uses: actions/setup-python@v5 - with: - python-version: ${{ matrix.pyv }} - cache: 'pip' + - name: Set up Python ${{ matrix.pyv }} + uses: actions/setup-python@v5 + with: + python-version: ${{ matrix.pyv }} + cache: 'pip' - - name: Upgrade nox and uv - run: | - python -m pip install --upgrade 'nox[uv]' - nox --version - uv --version + - name: Upgrade nox and uv + run: | + python -m pip install --upgrade 'nox[uv]' + nox --version + uv --version - - name: Run benchmarks - run: nox -s examples \ No newline at end of file + - name: Run benchmarks + run: nox -s examples