Skip to content

Commit cf2bdd1

Browse files
committed
ci: try using uv as default nox venv backend
1 parent 561c699 commit cf2bdd1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
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

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ concurrency:
1515

1616
env:
1717
CARGO_TERM_COLOR: always
18+
NOX_DEFAULT_VENV_BACKEND: uv
1819

1920
jobs:
2021
fmt:

0 commit comments

Comments
 (0)