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