File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4747 - name : Run pre-commit
4848 run : |
4949 SKIP=no-commit-to-branch \
50- uv run nox --session lint
50+ uv run --no-binary nox --session lint
5151
5252 rustfmt :
5353 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 5050 env :
5151 OS : ${{ inputs.os }}
5252 run : |
53- uv run nox --session gha_matrix -- "${OS}"
53+ uv run --no-binary nox --session gha_matrix -- "${OS}"
5454
5555 test :
5656 name : Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }} (${{ matrix.os }})
7979 DJANGO_VERSION : ${{ matrix.django-version }}
8080 PYTHON_VERSION : ${{ matrix.python-version }}
8181 run : |
82- uv run nox --session "tests(python='${PYTHON_VERSION}', django='${DJANGO_VERSION}')"
82+ uv run --no-binary nox --session "tests(python='${PYTHON_VERSION}', django='${DJANGO_VERSION}')"
8383
8484 tests :
8585 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ default:
1111
1212[private ]
1313cog :
14- uv run --with cogapp --with nox --no-project cog -r CONTRIBUTING.md README.md pyproject.toml
14+ uv run --no-binary -- with cogapp --with nox --no-project cog -r CONTRIBUTING.md README.md pyproject.toml
1515
1616[private ]
1717nox SESSION * ARGS :
18- uv run nox --session " {{ SESSION }} " -- " {{ ARGS }} "
18+ uv run --no-binary nox --session " {{ SESSION }} " -- " {{ ARGS }} "
1919
2020bumpver * ARGS :
2121 uv run --with bumpver bumpver {{ ARGS }}
You can’t perform that action at this time.
0 commit comments