File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3838 - name : Install nox
3939 run : python -m pip install --upgrade pip && pip install nox
4040
41- - if : inputs.python-version == 'graalpy24.1'
42- name : Install GraalPy virtualenv (only GraalPy 24.1)
43- run : python -m pip install 'git+https://github.com/oracle/graalpython#egg=graalpy_virtualenv_seeder&subdirectory=graalpy_virtualenv_seeder'
41+ # - if: inputs.python-version == 'graalpy24.1'
42+ # name: Install GraalPy virtualenv (only GraalPy 24.1)
43+ # run: python -m pip install 'git+https://github.com/oracle/graalpython#egg=graalpy_virtualenv_seeder&subdirectory=graalpy_virtualenv_seeder'
4444
4545 - name : Install Rust toolchain
4646 uses : dtolnay/rust-toolchain@master
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ concurrency:
1515
1616env :
1717 CARGO_TERM_COLOR : always
18+ NOX_DEFAULT_VENV_BACKEND : uv
1819
1920jobs :
2021 fmt :
You can’t perform that action at this time.
0 commit comments